Module | Webrat::Matchers |
In: |
lib/webrat/core/matchers/have_xpath.rb
lib/webrat/core/matchers/have_selector.rb lib/webrat/core/matchers/have_content.rb |
Asserts that the body of the response does not contain the supplied string or regepx
Asserts that the body of the response does not contain the supplied string or regepx
Matches HTML content against a CSS 3 selector.
expected<String>: | The CSS selector to look for. |
HaveSelector: | A new have selector matcher. |