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:
parent
e7d6fef0d8
commit
9a68d43117
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue