From de594547423e423333ad1c9a145eedc3cdbf6574 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 6 Mar 2012 15:47:54 -0800 Subject: [PATCH] Remove lots of (apparently) unused gems from Gemfile --- test_app/Gemfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/test_app/Gemfile b/test_app/Gemfile index f136fe9..2c1ba22 100644 --- a/test_app/Gemfile +++ b/test_app/Gemfile @@ -25,21 +25,14 @@ end group :development, :test do gem 'autotest-notification' - gem 'capybara' - gem 'database_cleaner' - gem 'httpclient' - gem 'launchy' - gem 'mongrel', '1.2.0.pre2' - gem 'rspec' gem 'rspec-rails' - gem 'shoulda' gem 'spork' - gem 'systemu' end group :test do - gem 'cucumber-rails' + gem 'capybara' gem 'simplecov' + gem 'systemu' end gem 'jquery-rails'