Cleanup expectations in integration test

This commit is contained in:
Markus Schirp 2012-08-20 17:55:22 +02:00
parent 459d028de1
commit 2cec22b76b

View file

@ -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