setting cucumber-rails require to false in Gemfile

this stops the warning about cucumber being double required from showing up
bug/bundler_fix
darkbushido 2014-09-11 15:47:42 -05:00
parent 5477d5452e
commit 93cd53a800
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ group :test do
# cucumber extension for testing command line applications, like msfconsole
gem 'aruba'
# cucumber + automatic database cleaning with database_cleaner
gem 'cucumber-rails'
gem 'cucumber-rails', :require => false
gem 'shoulda-matchers'
# code coverage for tests
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.