We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c268ad commit ddd8202Copy full SHA for ddd8202
lib/webvalve/fake_service_config.rb
@@ -14,7 +14,7 @@ def should_intercept?
14
15
if WebValve.env.development?
16
# for local development we wanna default to all services disabled
17
- # so that we get nice isolated fake-driven development
+ # so that we get nice isolated fake-driven development
18
!service_enabled_in_env?(default: false)
19
else
20
# in any production-like environment, default to all services enabled
0 commit comments