Module: Capybara::DSLRSpecProxyInstaller::ClassMethods

Defined in:
lib/capybara/rspec/matcher_proxies.rb

Instance Method Summary collapse

Instance Method Details

#included(base) ⇒ Object



49
50
51
52
# File 'lib/capybara/rspec/matcher_proxies.rb', line 49

def included(base)
  base.include(::Capybara::RSpecMatcherProxies) if defined?(::RSpec::Matchers) && base.include?(::RSpec::Matchers)
  super
end