2014-12-12 20:06:04 -05:00
|
|
|
RSpec.describe 'rspec integration', mutant: false do
|
2012-10-26 05:24:29 -04:00
|
|
|
|
2014-03-08 13:01:17 -05:00
|
|
|
let(:base_cmd) { 'bundle exec mutant -I lib --require test_app --use rspec' }
|
2014-03-03 13:00:57 -05:00
|
|
|
|
2014-10-28 05:59:12 -04:00
|
|
|
context 'RSpec 3.0' do
|
|
|
|
let(:gemfile) { 'Gemfile.rspec3.0' }
|
|
|
|
|
2015-04-26 13:04:52 -04:00
|
|
|
it_behaves_like 'framework integration'
|
2014-10-28 05:59:12 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
context 'RSpec 3.1' do
|
|
|
|
let(:gemfile) { 'Gemfile.rspec3.1' }
|
2014-03-03 13:00:57 -05:00
|
|
|
|
2015-04-26 13:04:52 -04:00
|
|
|
it_behaves_like 'framework integration'
|
2012-11-24 11:39:27 -05:00
|
|
|
end
|
2015-02-15 13:00:00 -05:00
|
|
|
|
|
|
|
context 'RSpec 3.2' do
|
|
|
|
let(:gemfile) { 'Gemfile.rspec3.2' }
|
|
|
|
|
2015-04-26 13:04:52 -04:00
|
|
|
it_behaves_like 'framework integration'
|
2015-02-15 13:00:00 -05:00
|
|
|
end
|
2012-08-14 06:27:56 -04:00
|
|
|
end
|