From b76477560d3b474b07347f46d67b3d1a085e4c51 Mon Sep 17 00:00:00 2001 From: bmorrall Date: Fri, 13 Apr 2012 12:10:17 +1000 Subject: [PATCH] Reduced Scope of the Tests --- features/google.feature | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/features/google.feature b/features/google.feature index 141d3cc..edee5fe 100644 --- a/features/google.feature +++ b/features/google.feature @@ -2,9 +2,12 @@ Feature: To search the internet for kittens As a 7 year old child I need the Googles - -Scenario: Attempt Searching for Kittehs + +Scenario: Attempt to Summon the Googles Given I am on The Google Then I should see "Google" + +Scenario: Attempt Searching for Kittehs + Given I am on The Google When I Search for "Kittehs" Then I should see "Lolcats" \ No newline at end of file