From 2393d6d371c57b879c526c1ea43ff95e9c52ee5c Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 27 Nov 2012 23:03:32 -0600 Subject: [PATCH] Don't load cucumber automatically on Bundler initialization --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e07b752b..2d9f6575 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :test do gem "capybara" gem "selenium-webdriver" # Note that > 2.14 has problems: https://code.google.com/p/selenium/issues/detail?id=3075 gem "database_cleaner" - gem "cucumber-rails" + gem "cucumber-rails", :require => false gem "aruba" # uncomment to use the webkit option. This depends on Qt to be installed