A website template with lots of features, built with ruby on rails.
Then(/^I check the checkbox called "(.*?)"$/) do |arg1| check(arg1) end Then(/^I uncheck the checkbox called "(.*?)"$/) do |arg1| uncheck(arg1) end