Change test when using Rspec3 to properly match

Hoping this is not an "expect('a').to eql('a')" situation on my part
This commit is contained in:
Tim Chambers 2014-08-06 08:30:06 -07:00
parent e7d6fef0d8
commit 9a68d43117

View file

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