pushing for dan

This commit is contained in:
maxwell 2010-12-20 18:45:23 -08:00
parent 081e85f224
commit 43824c4b33

View file

@ -7,7 +7,8 @@ Feature: User manages aspects
Scenario: creating an aspect Scenario: creating an aspect
Given I am signed in Given I am signed in
When I follow "Home" in the header When I follow "Home" in the header
And I follow "add aspect" And I follow "manage aspects"
And I click '+ Add a new aspect'
And I fill in "Name" with "Dorm Mates" in the modal window And I fill in "Name" with "Dorm Mates" in the modal window
And I press "Create" in the modal window And I press "Create" in the modal window
Then I should see "Dorm Mates" in the header Then I should see "Dorm Mates" in the header