Merge pull request #233 from tjchambers/rspec3

Change test when using Rspec3 to properly match
This commit is contained in:
Markus Schirp 2014-08-06 16:27:20 +00:00
commit 6f686ebd34

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