Fix failure message to display command arguments
This commit is contained in:
parent
63c586f6bb
commit
d7769922c3
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ module MutantSpec
|
|||
if block_given?
|
||||
yield
|
||||
else
|
||||
fail 'System command failed!'
|
||||
fail "System command failed!: #{arguments.join(' ')}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue