Sha256: 4cbb050dc65443e99efb5413fae328b503d64f6cc0c7854222b715cda41d7851

Contents?: true

Size: 244 Bytes

Versions: 21

Compression:

Stored size: 244 Bytes

Contents

require 'rspec'
require 'cantango'

require 'cantango/configuration/shared/role_registry_ex'

class MyRegi < CanTango::Configuration::Registry
end

describe MyRegi do
  subject { MyRegi.new }

  it_should_behave_like "Registry" do
  end
end



Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
cantango-0.8.5.1 spec/cantango/configuration/registry_spec.rb