Skip to content

Commit

Permalink
remove init
Browse files Browse the repository at this point in the history
  • Loading branch information
MUTOgen committed Oct 27, 2024
1 parent b5e5202 commit bacf5c5
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 bacf5c5

Please sign in to comment.