Skip to content

Commit bacf5c5

Browse files
committed
remove init
1 parent b5e5202 commit bacf5c5

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)