From 2cec22b76bdb72057ffb62241537c2943d19e1c3 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 20 Aug 2012 17:55:22 +0200 Subject: [PATCH] Cleanup expectations in integration test --- spec/integration/mutant/runner_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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