Sha256: 7e3354af0953863f51207f3f9a576538b6efbf5fc820c36e94898a6383d032a6

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

require 'rspec'
require 'cantango'

require 'cantango/configuration/shared/hash_registry_ex'

class MyReg < CanTango::Configuration::HashRegistry
end

describe MyReg do
  subject { MyReg.instance }

  it_should_behave_like "Hash Registry" do
  end
end



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cantango-0.8.0 spec/cantango/configuration/hash_registry_spec.rb