diff --git a/spec/support/corpus.rb b/spec/support/corpus.rb index 6b80382e..424dd1a0 100644 --- a/spec/support/corpus.rb +++ b/spec/support/corpus.rb @@ -210,7 +210,7 @@ module MutantSpec if block_given? yield else - fail 'System command failed!' + fail "System command failed!: #{arguments.join(' ')}" end end