Sha256: 44fda931d31b85b513286cfd64a15f9a66d80eabe6f48b649588760889508bdc

Contents?: true

Size: 780 Bytes

Versions: 3

Compression:

Stored size: 780 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 and installed cucumber-rails, accidentally outside of the test group in my Gemfile
    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.3.0 features/fixing_bundler_pre.feature
cucumber-rails-1.2.1 features/fixing_bundler_pre.feature
cucumber-rails-1.2.0 features/fixing_bundler_pre.feature