Skip to content

Commit

Permalink
Update features/step_definitions/movie_steps.rb
Browse files Browse the repository at this point in the history
Comment pointed out nonexistent "page.content"; changed to "page.body" (as in HW instructions)
  • Loading branch information
tobe101 committed Oct 24, 2012
1 parent d064cbd commit 805b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/movie_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.
# page.body is the entire content of the page as a string.
flunk "Unimplemented"
end

Expand Down

0 comments on commit 805b69e

Please sign in to comment.