Sha256: 09008b6311eb08668275d7d99c1f2ad4ef79a14d6f05a20db941c7ec28195d45

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

Feature: Raise Errors

  Scenario: Raise error for undefined route
    Given I have created a new Rails app "test-app" with no database and installed cucumber-rails
    And I write to "features/tests.feature" with:
      """
      Feature: Tests
        Scenario: Tests
          When I go to the products page
      """
    And I run `bundle exec cucumber`
    Then it should fail with:
      """
      1 scenario (1 failed)
      1 step (1 failed)
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-rails-1.4.0 features/raising_errors.feature