A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.rubydoc.info/github/teamcapybara/capybara/Capybara/RSpecMatchers/Matchers/Base below:

Base – Documentation for teamcapybara/capybara (master) – RubyDoc.info

Class: Capybara::RSpecMatchers::Matchers::Base
Inherits:
Object show all
Includes:
Compound
Defined in:
lib/capybara/rspec/matchers/base.rb
Instance Attribute Summary collapse Instance Method Summary collapse Methods included from Compound

#and, #and_then, #or

Constructor Details #initialize(*args, **kw_args, &filter_block) ⇒ Base

Returns a new instance of Base.

15
16
17
18
19
# File 'lib/capybara/rspec/matchers/base.rb', line 15

def initialize(*args, **kw_args, &filter_block)
  @args = args.dup
  @kw_args = kw_args || {}
  @filter_block = filter_block
end
Instance Attribute Details #failure_message ⇒ Object

Returns the value of attribute failure_message.

13
14
15
# File 'lib/capybara/rspec/matchers/base.rb', line 13

def failure_message
  @failure_message
end
#failure_message_when_negated ⇒ Object

Returns the value of attribute failure_message_when_negated.

13
14
15
# File 'lib/capybara/rspec/matchers/base.rb', line 13

def failure_message_when_negated
  @failure_message_when_negated
end

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4