module Capybara::DSLRSpecProxyInstaller::ClassMethods
Public Instance Methods
included(base)
click to toggle source
Calls superclass method
# File lib/isomorfeus/puppetmaster/rspec/matcher_proxies.rb, line 49 def included(base) base.include(::Capybara::RSpecMatcherProxies) if defined?(::RSpec::Matchers) && base.include?(::RSpec::Matchers) super end