Sha256: 7e7881a532d81dc9288d85667de4cfec6a776974263eb313bdd1cb7377a754e5
Contents?: true
Size: 783 Bytes
Versions: 3
Compression:
Stored size: 783 Bytes
Contents
Feature: Fixing Bundler Pre In order to keep fix a problem with bundler and rails As a user with cucumber-rails outside of test group in my Gemfile I want run features without errors @bundler-pre Scenario: Install Cucumber-Rails with bundler prerelease Given I have created a new Rails 3 app "rails-3-app" with cucumber-rails support and cucumber-rails is outside of test group And I successfully run `rake db:migrate` And I write to "features/tests.feature" with: """ Feature: Tests Scenario: Tests When I go to the home page """ And I run `bundle exec rake cucumber` Then it should pass with: """ 1 scenario (1 passed) 1 step (1 passed) """ And the output should contain "WARNING:"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cucumber-rails-1.1.1 | features/fixing_bundler_pre.feature |
cucumber-rails-1.1.0 | features/fixing_bundler_pre.feature |
cucumber-rails-1.0.6 | features/fixing_bundler_pre.feature |