mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Don't load cucumber automatically on Bundler initialization
This commit is contained in:
parent
f69c56ec31
commit
2393d6d371
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue