Module: Rails3::PluginExtender::Matchers

Defined in:
lib/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



59
60
61
# File 'lib/plugin_toolbox/rspec/matchers/be_extended_with.rb', line 59

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