From eeea57d307227a9ddac918f4e8e546e51431aef2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 18 Oct 2010 12:43:04 -0700 Subject: [PATCH] Case sensitivity... --- features/user_creates_an_aspect.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/user_creates_an_aspect.feature b/features/user_creates_an_aspect.feature index fb65fde4c..7d7789f78 100644 --- a/features/user_creates_an_aspect.feature +++ b/features/user_creates_an_aspect.feature @@ -12,12 +12,12 @@ 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" + 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 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" + Then I should see "Manage aspects" And I should see "Aspect creation failed."