diff --git a/lib/mutant/killer/rspec.rb b/lib/mutant/killer/rspec.rb index ec55a942..fdf50a51 100644 --- a/lib/mutant/killer/rspec.rb +++ b/lib/mutant/killer/rspec.rb @@ -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