module Capybara::RSpecMatcherProxyInstaller::ClassMethods
Public Instance Methods
Source
# File lib/capybara/rspec/matcher_proxies.rb, line 66 def included(base) base.include(::Capybara::RSpecMatcherProxies) if base.include?(::Capybara::DSL) super end
Calls superclass method