Code style

This commit is contained in:
Markus Schirp 2013-09-02 00:22:25 +02:00
parent 3224789680
commit f18aa6cd0b

View file

@ -23,7 +23,7 @@ module Mutant
groups = example_groups
unless groups
$stderr.puts "No rspec example groups found for: #{match_prefixes.join(', ')}"
$stderr.puts("No rspec example groups found for: #{match_prefixes.join(', ')}")
return false
end