From 52f9f0e9a79143912f06fbfe6ef0f0ad9719c638 Mon Sep 17 00:00:00 2001 From: Richard Xia Date: Tue, 7 Feb 2012 21:52:36 -0800 Subject: [PATCH] Fixed sort movie list feature. Changed Feature to Scenario --- features/sort_movie_list.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/sort_movie_list.feature b/features/sort_movie_list.feature index 4018dc0a4..3680b5ded 100644 --- a/features/sort_movie_list.feature +++ b/features/sort_movie_list.feature @@ -21,9 +21,9 @@ Background: movies have been added to database And I am on the RottenPotatoes home page -Feature: sort movies alphabetically +Scenario: sort movies alphabetically # your steps here -Feature: sort movies in increasing order of release date +Scenario: sort movies in increasing order of release date # your steps here