Sha256: 5849bba646d2f8936cc7d09fb55e625101249b6f3634e9375a2028dc9451ad85

Contents?: true

Size: 207 Bytes

Versions: 2

Compression:

Stored size: 207 Bytes

Contents

require 'spec_helper'
require 'cantango/registry/shared/base_ex'

class MyRegi < CanTango::Registry::Base
end

describe MyRegi do
  subject { MyRegi.new }

  it_should_behave_like "Registry" do
  end
end



Version data entries

2 entries across 2 versions & 1 rubygems

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