Sha256: 5e0786a8b0dcc7619ca4cfc4b5f3d50cbd1d693addd7cbaa16bf9d7390049855

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

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

class MyRegis < CanTango::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

2 entries across 2 versions & 1 rubygems

Version Path
cantango-config-0.2.1 spec/cantango/registry/hash_spec.rb
cantango-config-0.2.0 spec/cantango/registry/hash_spec.rb