Skip to content

Commit

Permalink
Update lib/rspec/openapi/hooks.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jun 12, 2021
1 parent 4270e14 commit cf1d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/openapi/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
end
if records_errors.any?
error_message = <<~EOS
RSpec::OpenAPIGot errors building #{records_errors.size} requests
RSpec::OpenAPI got errors building #{records_errors.size} requests
#{records_errors.map {|e, record| "#{e.inspect}: #{record.inspect}" }.join("\n")}
EOS
Expand Down

0 comments on commit cf1d4de

Please sign in to comment.