From 8cf1b836626490aaa0c51e35b93b10e127375442 Mon Sep 17 00:00:00 2001 From: Sarah Mei <sarahmei@gmail.com> Date: Tue, 19 Oct 2010 22:29:07 -0700 Subject: [PATCH] cucumber feature closer to passing. --- features/user_creates_an_aspect.feature | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/features/user_creates_an_aspect.feature b/features/user_creates_an_aspect.feature index 7d7789f78d..d611d412f6 100644 --- a/features/user_creates_an_aspect.feature +++ b/features/user_creates_an_aspect.feature @@ -12,12 +12,10 @@ Feature: User creates an aspect Scenario: success Given I fill in "Name" with "Dorm Mates" in the modal window When I press "Create" in the modal window - Then I should see "Manage aspects" - And I should see "Dorm Mates" in the header - And I should see "Dorm Mates" in the aspect list + Then I should see "Dorm Mates" in the header + And I should see "Your aspect 'Dorm Mates' is empty." Scenario: I omit the name Given I fill in "Name" with "" in the modal window When I press "Create" in the modal window - Then I should see "Manage aspects" - And I should see "Aspect creation failed." + Then I should see "Aspect creation failed." -- GitLab