Module: Capybara::DSLRSpecProxyInstaller::ClassMethods
Relationships & Source Files | |
Defined in: | lib/capybara/rspec/matcher_proxies.rb |
Instance Method Summary
Instance Method Details
#included(base)
[ GitHub ]# File 'lib/capybara/rspec/matcher_proxies.rb', line 51
def included(base) base.include(::Capybara::RSpecMatcherProxies) if defined?(::RSpec::Matchers) && base.include?(::RSpec::Matchers) super end