Skip to content

Commit

Permalink
added sort movies feature
Browse files Browse the repository at this point in the history
  • Loading branch information
armandofox committed Feb 3, 2012
1 parent 6ae3a2d commit ed3d607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/sort_movie_list.feature
Expand Up @@ -2,11 +2,11 @@ Feature: display list of movies sorted by different criteria

As an avid moviegoer
So that I can quickly browse movies based on my preferences
I want to be able to sort movies by title or release date
I want to see movies sorted by title or release date

Background: movies are added to database
Background: movies have been added to database

Given I have added the following movies:
Given the following movies exist:
| title | rating | release_date |
| Aladdin | G | 25-Nov-1992 |
| The Terminator | R | 26-Oct-1984 |
Expand Down

0 comments on commit ed3d607

Please sign in to comment.