module RSpec::Matchers

def with_submit value

def with_submit value
  options = { :with => { :type => 'submit', :value => value } }
  #options = form_tag_options('text',name,value)
  should_have_input(options)
end