Skip to content

Commit

Permalink
upgrade to latest cucumber-rails (1.1.0). this change will remove fea…
Browse files Browse the repository at this point in the history
…tures/support/paths.rb, features/support/selectors.rb, and features/step_definitions/web_steps.rb in generated apps.
  • Loading branch information
Dan Croak committed Oct 16, 2011
1 parent 56fd39e commit e2a8f47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/trout/Gemfile
Expand Up @@ -33,14 +33,13 @@ group :development, :test do
end

group :test do
gem "cucumber-rails", "1.0.2"
gem "cucumber-rails"
gem "factory_girl_rails"
gem "bourne"
gem "database_cleaner"
gem "fakeweb"
gem "sham_rack"
gem "timecop"
gem "treetop"
gem "shoulda-matchers"
gem "launchy"
gem "capybara-webkit"
Expand Down

0 comments on commit e2a8f47

Please sign in to comment.