Skip to content

Commit

Permalink
Fix minitest hook failing on error log (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Mar 25, 2024
1 parent a52cbf0 commit 97dbeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/openapi/minitest_hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def openapi!
Minitest.after_run do
result_recorder = RSpec::OpenAPI::ResultRecorder.new(RSpec::OpenAPI.path_records)
result_recorder.record_results!
puts result_record.error_message if result_recorder.errors?
puts result_recorder.error_message if result_recorder.errors?
end
end

0 comments on commit 97dbeb1

Please sign in to comment.