Sha256: 92183dedfc9f35392a21e88ff9b0940aad47d036a5ad28cf8aedbebe7e5d71bd

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

Feature: Raise Errors

  Scenario: Raise error for undefined route
    Given I have created a new Rails app with no database and installed cucumber-rails
    When 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.8.0 features/raising_errors.feature