Remove old rspec integration tests

This commit is contained in:
Markus Schirp 2018-11-19 12:49:19 +00:00
parent 5690106437
commit d8b4a56118
4 changed files with 1 additions and 22 deletions

View File

@ -4,7 +4,7 @@ RSpec.describe 'rspec integration', mutant: false do
let(:base_cmd) { 'bundle exec mutant -I lib --require test_app --use rspec' }
%w[3.4 3.5 3.6 3.7].each do |version|
%w[3.7].each do |version|
context "RSpec #{version}" do
let(:gemfile) { "Gemfile.rspec#{version}" }

View File

@ -1,7 +0,0 @@
source 'https://rubygems.org'
gem 'rspec', '~> 3.4.0'
gem 'rspec-core', '~> 3.4.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
gem 'adamantium'
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)

View File

@ -1,7 +0,0 @@
source 'https://rubygems.org'
gem 'rspec', '~> 3.5.0'
gem 'rspec-core', '~> 3.5.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
gem 'adamantium'
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)

View File

@ -1,7 +0,0 @@
source 'https://rubygems.org'
gem 'rspec', '~> 3.6.0'
gem 'rspec-core', '~> 3.6.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
gem 'adamantium'
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)