diff --git a/spec/integration/mutant/runner_spec.rb b/spec/integration/mutant/runner_spec.rb index 42404027..a29f4bc8 100644 --- a/spec/integration/mutant/runner_spec.rb +++ b/spec/integration/mutant/runner_spec.rb @@ -17,6 +17,6 @@ describe Mutant, 'runner' do runner.fail?.should be(true) runner.errors.size.should be(22) output.rewind - output.lines.grep(/Mutation/).size.should be(47) + output.lines.grep(/Mutation/).size.should be(22) end end