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



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

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