From 9a68d431173550bf737a448b077f2436e5a845ae Mon Sep 17 00:00:00 2001 From: Tim Chambers Date: Wed, 6 Aug 2014 08:30:06 -0700 Subject: [PATCH] Change test when using Rspec3 to properly match Hoping this is not an "expect('a').to eql('a')" situation on my part --- spec/unit/mutant/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/mutant/cli_spec.rb b/spec/unit/mutant/cli_spec.rb index 0ef5e158..740fa466 100644 --- a/spec/unit/mutant/cli_spec.rb +++ b/spec/unit/mutant/cli_spec.rb @@ -162,7 +162,7 @@ Options: it_should_behave_like 'a cli parser' - let(:expected_integration) { Mutant::Integration::Rspec::Rspec2.new } + let(:expected_integration) { Mutant::Integration::Rspec.build } end context 'with version flag' do