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 = ('text',name,value) should_have_input() end |