Class
Capybara::RSpecMatchers::HaveMatcher
In:
lib/capybara/rspec/matchers.rb
Parent:
Object
Methods
arguments
description
does_not_match?
failure_message_for_should
failure_message_for_should_not
matches?
new
selector_name
wrap
Attributes
actual
[R]
failure_message
[R]
locator
[R]
name
[R]
options
[R]
Public Class methods
new
(name, locator, options={}, &block)
Public Instance methods
arguments
()
description
()
does_not_match?
(actual)
failure_message_for_should
()
failure_message_for_should_not
()
matches?
(actual)
selector_name
()
wrap
(actual)
[Validate]