Cleanup expectations in integration test
This commit is contained in:
parent
459d028de1
commit
2cec22b76b
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ describe Mutant, 'runner' do
|
||||||
runner.fail?.should be(true)
|
runner.fail?.should be(true)
|
||||||
runner.errors.size.should be(22)
|
runner.errors.size.should be(22)
|
||||||
output.rewind
|
output.rewind
|
||||||
output.lines.grep(/Mutation/).size.should be(47)
|
output.lines.grep(/Mutation/).size.should be(22)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue