We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebbd6e commit 63bdcc8Copy full SHA for 63bdcc8
lib/cypress_on_rails/vcr/use_cassette_middleware.rb
@@ -14,7 +14,7 @@ def initialize(app, vcr = nil)
14
def call(env)
15
return @app.call(env) if should_not_use_vcr?
16
17
- # initialize_vcr
+ initialize_vcr
18
handle_request_with_vcr(env)
19
end
20
0 commit comments