Skip to content

Commit

Permalink
Revert vcr init before run
Browse files Browse the repository at this point in the history
  • Loading branch information
MUTOgen committed Dec 15, 2024
1 parent 4be8aa9 commit 5afef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cypress_on_rails/vcr/use_cassette_middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(app, vcr = nil)
def call(env)
return @app.call(env) if should_not_use_vcr?

# initialize_vcr
initialize_vcr
handle_request_with_vcr(env)
end

Expand Down

0 comments on commit 5afef6a

Please sign in to comment.