Sha256: 1e8b6f17aafd6d396d76d5b814a2d1c52be1269fd577107d68dc2df4c4d2d9d0

Contents?: true

Size: 490 Bytes

Versions: 11

Compression:

Stored size: 490 Bytes

Contents

Feature: Routing

  Scenario: Visit undefined route
    Given a project without ActiveRecord
    And I remove the file "public/index.html"
    And I write to "features/tests.feature" with:
      """
      Feature: Tests
        Scenario: Tests
          When I go to the home page
      """
    And I run `rake cucumber`
    Then it should fail with:
      """
      1 scenario (1 failed)
      1 step (1 failed)
      """
    And the stdout should contain "ActionController::RoutingError"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
casecumber-rails-1.0.2.1 features/routing.feature
cucumber-rails-1.1.1 features/routing.feature
cucumber-rails-1.1.0 features/routing.feature
cucumber-rails-1.0.6 features/routing.feature
cucumber-rails-1.0.5 features/routing.feature
cucumber-rails-1.0.4 features/routing.feature
cucumber-rails-1.0.3 features/routing.feature
cucumber-rails-1.0.2 features/routing.feature
cucumber-rails-1.0.1 features/routing.feature
cucumber-rails-1.0.0 features/routing.feature
cucumber-rails-0.5.2 features/routing.feature