Sha256: cd78fa8763d65c930d5362f4083aede66c05c20f0f8b1ddb77abb3b9a25baf25

Contents?: true

Size: 348 Bytes

Versions: 10

Compression:

Stored size: 348 Bytes

Contents

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

class MyRegis < CanTango::Configuration::Registry::Hash
end

describe MyRegis do
  subject { MyRegis.new }

  it_should_behave_like "Hash Registry" do
    let(:hash1) do
      {:a => 1, :b => 2}
    end
    
    let(:hash2) do
      {:c => 3}
    end    
  end
end



Version data entries

10 entries across 10 versions & 1 rubygems

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