require => false for cucumber-rails in Gemfile to supress that cuke warning
This commit is contained in:
parent
50b1a21de0
commit
8ae9fdfd81
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -117,7 +117,7 @@ gem 'jasmine', '~> 1.1.2'
|
|||
|
||||
group :test do
|
||||
gem 'capybara', '~> 1.1.2'
|
||||
gem 'cucumber-rails', '1.2.1'
|
||||
gem 'cucumber-rails', '1.2.1', :require => false
|
||||
gem 'cucumber-api-steps', '0.6', :require => false
|
||||
gem 'database_cleaner', '0.7.1'
|
||||
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
|
||||
|
|
|
|||
Loading…
Reference in a new issue