Skip to content

Commit

Permalink
silence cucumber's require outside of necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
sheelc committed Jan 14, 2013
1 parent af60627 commit 41b54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
end

group :test do
gem 'cucumber-rails'
gem 'cucumber-rails', :require => false
gem 'cucumber-rails-training-wheels'
gem 'database_cleaner'
gem 'capybara'
Expand Down

0 comments on commit 41b54b3

Please sign in to comment.