Skip to content

Commit

Permalink
Improve error message when make command doesn't match
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 9, 2021
1 parent 7b2f3e7 commit 8c2725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def assert_contains_make_command(target, output, msg = nil)
)
else
msg = build_message(msg,
'Expected make command "%s": %s' % [
'Expected make command "%s", but was "%s"' % [
('%s %s' % [make_command, target]).rstrip,
output,
]
Expand Down

0 comments on commit 8c2725e

Please sign in to comment.