Code style
This commit is contained in:
parent
3224789680
commit
f18aa6cd0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue