Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- When /I (un)?check the following ratings: (.*)/ do |uncheck, rating_list|
- # HINT: use String#split to split up the rating_list, then
- # iterate over the ratings and reuse the "When I check..." or
- # "When I uncheck..." steps in lines 89-95 of web_steps.rb
- debugger
- #flunk "Unimplemented"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement