Skip to content

Commit

Permalink
style: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 24, 2024
1 parent 2bf2a16 commit 4f486ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Print out the request and response when DEBUG=true
RSpec.configure do | config |
config.after(:each) do | example |
config.after(:each) do
if ENV["DEBUG"] == "true" && defined?(last_response)
last_request.env["rack.input"]&.rewind
puts "------------------------------------------------------------"
Expand Down

0 comments on commit 4f486ae

Please sign in to comment.