Sha256: f91fb0589b322f3c1397f60e2aa7ce668e83abafd0506ebde593353d8d3e1cac
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
require 'spec_helper' require 'cantango/registry/shared/clazz_ex' class MyReg < CanTango::Registry::Clazz end describe MyReg do subject { MyReg.new } it_should_behave_like "Clazz Registry" do end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cantango-config-0.2.1 | spec/cantango/registry/clazz_spec.rb |
cantango-config-0.2.0 | spec/cantango/registry/clazz_spec.rb |