Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Check that we're issuing the correct redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jabley committed Jan 2, 2014
1 parent c81f57b commit 7a38aa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/admin/homepage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ Feature: Homepage

Scenario: Visit the home page
When I go to "/"
Then I should get back a status of "200"
Then I should get back a status of "200"

Scenario: Visit the /_user resource
When I go to "/_user"
Then I should get back a status of "301"

0 comments on commit 7a38aa0

Please sign in to comment.