Remove old rspec integration tests
This commit is contained in:
parent
5690106437
commit
d8b4a56118
4 changed files with 1 additions and 22 deletions
|
@ -4,7 +4,7 @@ RSpec.describe 'rspec integration', mutant: false do
|
||||||
|
|
||||||
let(:base_cmd) { 'bundle exec mutant -I lib --require test_app --use rspec' }
|
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
|
context "RSpec #{version}" do
|
||||||
let(:gemfile) { "Gemfile.rspec#{version}" }
|
let(:gemfile) { "Gemfile.rspec#{version}" }
|
||||||
|
|
||||||
|
|
|
@ -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__)
|
|
|
@ -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__)
|
|
|
@ -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__)
|
|
Loading…
Reference in a new issue