Sha256: 4be3b8b0059bb7aeff1897a4003cbb021c9009cbba24c4527eabc0e85bff8cbd
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' require 'cantango/configuration/shared/registry/clazz_ex' class User end class Admin end describe CanTango::Configuration::Users do subject { CanTango.config.users } it_should_behave_like "Clazz Registry" do let(:hash1) do {:a => User, :b => Admin} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cantango-config-0.1.4 | spec/cantango/configuration/users_spec.rb |
cantango-config-0.1.3 | spec/cantango/configuration/users_spec.rb |