cucumber rails is not required by default anymore

bug/bundler_fix
darkbushido 2014-09-04 13:04:08 -05:00
parent 3b75b98148
commit 19a063e861
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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.