Module: Rails3::Plugin::Extender::Matchers

Defined in:
lib/r3_plugin_toolbox/rspec/matchers/be_extended_with.rb

Defined Under Namespace

Classes: BeExtendedWith

Instance Method Summary collapse

Instance Method Details

#be_extended_with(module_const, *submodules) ⇒ Object



62
63
64
# File 'lib/r3_plugin_toolbox/rspec/matchers/be_extended_with.rb', line 62

def be_extended_with(module_const, *submodules)
  BeExtendedWith.new module_const, submodules
end