Sha256: 89ecdbee79e9ef22704837c87348c2c5a3d716ff84ad44c74901a6b521d5b571

Contents?: true

Size: 238 Bytes

Versions: 8

Compression:

Stored size: 238 Bytes

Contents

require 'spec_helper'
require 'cantango/configuration/shared/registry/clazz_ex'

class MyReg < CanTango::Configuration::Registry::Clazz
end

describe MyReg do
  subject { MyReg.new }

  it_should_behave_like "Clazz Registry" do
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.8.1 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.8 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.7 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.6 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.5 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.4 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.3 spec/cantango/configuration/registry/candidate_spec.rb