module Capybara::RSpecMatcherProxyInstaller::ClassMethods

Public Instance Methods

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