module Capybara::DSLRSpecProxyInstaller::ClassMethods

Public Instance Methods

included(base) click to toggle source
Calls superclass method
# File lib/capybara/rspec/matcher_proxies.rb, line 51
def included(base)
  base.include(::Capybara::RSpecMatcherProxies) if defined?(::RSpec::Matchers) && base.include?(::RSpec::Matchers)
  super
end