Skip to content

Commit

Permalink
make language that refers to selecting Ratings be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdriscoll committed Feb 10, 2012
1 parent 4051607 commit ed6dd06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified db/development.sqlite3
Binary file not shown.
4 changes: 2 additions & 2 deletions features/filter_movie_list.feature
Expand Up @@ -28,8 +28,8 @@ Scenario: restrict to movies with 'PG' or 'R' ratings
# enter step(s) to ensure that PG and R movies are visible
# enter step(s) to ensure that other movies are not visible

Scenario: no checkboxes selected
Scenario: no ratings selected
# see assignment

Scenario: all checkboxes selected
Scenario: all ratings selected
# see assignment
2 changes: 2 additions & 0 deletions features/step_definitions/movie_steps.rb
Expand Up @@ -5,6 +5,7 @@
# each returned element will be a hash whose key is the table header.
# you should arrange to add that movie to the database here.
end
assert false, "Unimplmemented"
end

# Make sure that one string (regexp) occurs before or after another one
Expand All @@ -13,6 +14,7 @@
Then /I should see "(.*)" before "(.*)"/ do |e1, e2|
# ensure that that e1 occurs before e2.
# page.content is the entire content of the page as a string.
assert false, "Unimplmemented"
end

# Make it easier to express checking or unchecking several boxes at once
Expand Down

0 comments on commit ed6dd06

Please sign in to comment.