module Capybara::DSLRSpecProxyInstaller::ClassMethods

def included(base)

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