Advertisement
Guest User

Untitled

a guest
Jun 5th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. When /I (un)?check the following ratings: (.*)/ do |uncheck, rating_list|
  2. # HINT: use String#split to split up the rating_list, then
  3. # iterate over the ratings and reuse the "When I check..." or
  4. # "When I uncheck..." steps in lines 89-95 of web_steps.rb
  5. debugger
  6. #flunk "Unimplemented"
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement