Sha256: b6722878b667a3b066397d97e8f6acb60281df0bec27ff1ef13e34aa041c748b
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'rspec' require 'cantango' require 'cantango/configuration/shared/role_registry_ex' class MyRegi < CanTango::Configuration::Registry end describe MyRegi do subject { MyRegi.instance } it_should_behave_like "Registry" do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-0.8.0 | spec/cantango/configuration/registry_spec.rb |