Merge pull request #233 from tjchambers/rspec3
Change test when using Rspec3 to properly match
This commit is contained in:
commit
6f686ebd34
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Options:
|
||||||
|
|
||||||
it_should_behave_like 'a cli parser'
|
it_should_behave_like 'a cli parser'
|
||||||
|
|
||||||
let(:expected_integration) { Mutant::Integration::Rspec::Rspec2.new }
|
let(:expected_integration) { Mutant::Integration::Rspec.build }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'with version flag' do
|
context 'with version flag' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue