Method: RSpec::Matchers#with_text_field

Defined in:
lib/rspec-html-matchers.rb

- (Object) with_text_field(name, value = nil)



313
314
315
316
# File 'lib/rspec-html-matchers.rb', line 313

def with_text_field name, value=nil
  options = form_tag_options('text',name,value)
  should_have_input(options)
end

Comments