module RSpec::Matchers
def without_checkbox name, value=nil
def without_checkbox name, value=nil options = form_tag_options('checkbox',name,value) should_not_have_input(options) end
def without_checkbox name, value=nil options = form_tag_options('checkbox',name,value) should_not_have_input(options) end