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
|
|
|
|
2015-11-15 16:50:22 -05:00
|
|
|
%w[3.3 3.4].each do |version|
|
2015-06-13 00:00:20 -04:00
|
|
|
context "RSpec #{version}" do
|
|
|
|
let(:gemfile) { "Gemfile.rspec#{version}" }
|
2014-10-28 05:59:12 -04:00
|
|
|
|
2015-06-13 00:00:20 -04:00
|
|
|
it_behaves_like 'framework integration'
|
|
|
|
end
|
2015-02-15 13:00:00 -05:00
|
|
|
end
|
2012-08-14 06:27:56 -04:00
|
|
|
end
|