Skip to content

Commit

Permalink
lint: Style/HashEachMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 14, 2023
1 parent 53c7b49 commit fa6075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/adapter/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def verify_stubbed_calls
# which means that all of a path, parameters, and headers must be the same as an actual request.
def strict_mode=(value)
@strict_mode = value
@stack.each do |_method, stubs|
@stack.each_value do |stubs|
stubs.each do |stub|
stub.strict_mode = value
end
Expand Down

0 comments on commit fa6075c

Please sign in to comment.