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