module Capybara::RSpecMatcherProxyInstaller::ClassMethods

Public Instance Methods

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