Main Avalanche Network server application. Built with Ruby on Rails.

form_steps.rb 152B

    Then(/^I check the checkbox called "(.*?)"$/) do |arg1| check(arg1) end Then(/^I uncheck the checkbox called "(.*?)"$/) do |arg1| uncheck(arg1) end