Method: Webrat::Selenium::Matchers#contain
- Defined in:
- lib/webrat/selenium/matchers/have_content.rb
#contain(content) ⇒ Object
Matches the contents of an HTML document with whatever string is supplied
59 60 61 |
# File 'lib/webrat/selenium/matchers/have_content.rb', line 59 def contain(content) HasContent.new(content) end |