Don't load cucumber automatically on Bundler initialization

This commit is contained in:
Matt Rogers 2012-11-27 23:03:32 -06:00
parent f69c56ec31
commit 2393d6d371

View file

@ -54,7 +54,7 @@ group :test do
gem "capybara" gem "capybara"
gem "selenium-webdriver" # Note that > 2.14 has problems: https://code.google.com/p/selenium/issues/detail?id=3075 gem "selenium-webdriver" # Note that > 2.14 has problems: https://code.google.com/p/selenium/issues/detail?id=3075
gem "database_cleaner" gem "database_cleaner"
gem "cucumber-rails" gem "cucumber-rails", :require => false
gem "aruba" gem "aruba"
# uncomment to use the webkit option. This depends on Qt to be installed # uncomment to use the webkit option. This depends on Qt to be installed