From 2a37b113da422316a1d3f916b18287bfe96e0872 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 4 Sep 2015 22:28:36 +0000 Subject: [PATCH] Remove unused integration Gemfiles --- test_app/Gemfile.rspec3.0 | 6 ------ test_app/Gemfile.rspec3.1 | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 test_app/Gemfile.rspec3.0 delete mode 100644 test_app/Gemfile.rspec3.1 diff --git a/test_app/Gemfile.rspec3.0 b/test_app/Gemfile.rspec3.0 deleted file mode 100644 index c5be86a7..00000000 --- a/test_app/Gemfile.rspec3.0 +++ /dev/null @@ -1,6 +0,0 @@ -source 'https://rubygems.org' -gem 'rspec', '~> 3.0.0' -gem 'rspec-core', '~> 3.0.0' -gem 'mutant', path: '../' -gem 'mutant-rspec', path: '../' -gem 'adamantium' diff --git a/test_app/Gemfile.rspec3.1 b/test_app/Gemfile.rspec3.1 deleted file mode 100644 index 2a76703e..00000000 --- a/test_app/Gemfile.rspec3.1 +++ /dev/null @@ -1,6 +0,0 @@ -source 'https://rubygems.org' -gem 'rspec', '~> 3.1.0' -gem 'rspec-core', '~> 3.1.0' -gem 'mutant', path: '../' -gem 'mutant-rspec', path: '../' -gem 'adamantium'