Sha256: 991851697b8a95e65a8910a95e0759fd3c59d0c41e0416ca1e30fcd03d22eb09
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
require 'spec_helper' require 'cantango/configuration/shared/registry/role_ex' class MyRegi < CanTango::Configuration::Registry::Base end describe MyRegi do subject { MyRegi.new } it_should_behave_like "Registry" do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-config-0.1.1 | spec/cantango/configuration/registry/base_spec.rb |