Sha256: 991e489ed7ab829eecf03f01be4deeb4cdedb0a6ae9685e0797ea947f8082d01
Contents?: true
Size: 460 Bytes
Versions: 8
Compression:
Stored size: 460 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
8 entries across 8 versions & 1 rubygems