Skip to content

Commit 63bdcc8

Browse files
MUTOgenAnton Abramov
authored and
Anton Abramov
committed
Revert vcr init before run
1 parent 3ebbd6e commit 63bdcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cypress_on_rails/vcr/use_cassette_middleware.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize(app, vcr = nil)
1414
def call(env)
1515
return @app.call(env) if should_not_use_vcr?
1616

17-
# initialize_vcr
17+
initialize_vcr
1818
handle_request_with_vcr(env)
1919
end
2020

0 commit comments

Comments
 (0)