cleaning up whitespace on cucumber

This commit is contained in:
Jacques Crocker 2010-07-26 01:00:01 -07:00
parent 1e79f5bcfd
commit 97551877c0
2 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,6 @@ Scenario: Successful authentication
And I fill in "admin_email" with "admin@locomotiveapp.org"
And I fill in "admin_password" with "easyone"
And I press "Log in"
And Show me the page
Then I should see "Listing pages"
Scenario: Failed authentication

View File

@ -1,10 +1,10 @@
@site_up
@authenticated
Feature: Manage Skills
In order to manage pages
As an administrator
I want to add/edit/delete pages of my site
In order to manage pages
As an administrator
I want to add/edit/delete pages of my site
Scenario: Pages list is not accessible for non authenticated accounts
Given I am not authenticated
When I go to pages