module RSpec::HtmlMatchers
def with_number_field name, value=nil
def with_number_field name, value=nil options = form_tag_options('number',name,value) should_have_input(options) end
def with_number_field name, value=nil options = form_tag_options('number',name,value) should_have_input(options) end