Skip to content

Commit

Permalink
Remove copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Aug 18, 2014
1 parent 47c6cb9 commit f0435cd
Showing 1 changed file with 1 addition and 12 deletions.
@@ -1,12 +1 @@
Feature: Test that users see the page
In order to use the application
As a user
I should be able to see the homepage

Scenario: Open homepage
Given I go to the homepage
Then I should see "Test Page (Single Page Application)"

Scenario: Access invalid page
Given I go to "/invalid-page"
Then the response status code should be 404
Feature:

0 comments on commit f0435cd

Please sign in to comment.