module RSpec::Matchers
def with_text_field name, value=nil
def with_text_field name, value=nil options = form_tag_options('text',name,value) should_have_input(options) end
def with_text_field name, value=nil options = form_tag_options('text',name,value) should_have_input(options) end