module RSpec::Matchers

def with_text_area name#TODO, text=nil

TODO, text=nil
def with_text_area name#TODO, text=nil
  #options = form_tag_options('text',name,value)
  options = { :with => { :name => name } }
  @__current_scope_for_nokogiri_matcher.should have_tag('textarea', options)
end