Sha256: da248624eaf2702c670321fa774c919bb53fa2d691fa6ae6f4c6f1a5799d8275

Contents?: true

Size: 250 Bytes

Versions: 21

Compression:

Stored size: 250 Bytes

Contents

require 'rspec'
require 'cantango'

require 'cantango/configuration/shared/hash_registry_ex'

class MyReg < CanTango::Configuration::HashRegistry
end

describe MyReg do
  subject { MyReg.new }

  it_should_behave_like "Hash Registry" do
  end
end



Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
cantango-0.9.4.7 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4.6 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4.5 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4.3 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4.2 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4.1 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.4 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.9.3.2 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9.5 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9.4 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9.3 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9.2 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9.1 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.9 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.8.1 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.8 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.7 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.6.2 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.6.1 spec/cantango/configuration/hash_registry_spec.rb
cantango-0.8.6 spec/cantango/configuration/hash_registry_spec.rb