module RSpec::HtmlMatchers
def without_submit value
def without_submit value #options = form_tag_options('text',name,value) options = { :with => { :type => 'submit', :value => value } } should_not_have_input(options) end
def without_submit value #options = form_tag_options('text',name,value) options = { :with => { :type => 'submit', :value => value } } should_not_have_input(options) end