module RSpec::HtmlMatchers

def without_text_field name, value=nil

def without_text_field name, value=nil
  options = form_tag_options('text',name,value)
  should_not_have_input(options)
end