A website template with lots of features, built with ruby on rails.

form_steps.rb 152B

1234567
  1. Then(/^I check the checkbox called "(.*?)"$/) do |arg1|
  2. check(arg1)
  3. end
  4. Then(/^I uncheck the checkbox called "(.*?)"$/) do |arg1|
  5. uncheck(arg1)
  6. end