Class: Capybara::RSpecMatchers::Matcher
- Inherits:
-
Object
- Object
- Capybara::RSpecMatchers::Matcher
- Includes:
- Compound
- Defined in:
- lib/capybara/rspec/matchers.rb
Direct Known Subclasses
HaveAllSelectors, HaveCurrentPath, HaveNoSelectors, HaveSelector, HaveText, HaveTitle
Instance Attribute Summary collapse
-
#failure_message ⇒ Object
readonly
Returns the value of attribute failure_message.
-
#failure_message_when_negated ⇒ Object
readonly
Returns the value of attribute failure_message_when_negated.
Instance Method Summary collapse
Methods included from Compound
Instance Attribute Details
#failure_message ⇒ Object (readonly)
Returns the value of attribute failure_message.
11 12 13 |
# File 'lib/capybara/rspec/matchers.rb', line 11 def @failure_message end |
#failure_message_when_negated ⇒ Object (readonly)
Returns the value of attribute failure_message_when_negated.
11 12 13 |
# File 'lib/capybara/rspec/matchers.rb', line 11 def @failure_message_when_negated end |