Sha256: 2a9092dc42273867151ebad6023c59038d7f02593fb2891b9c25f5f9d1c708c4

Contents?: true

Size: 317 Bytes

Versions: 8

Compression:

Stored size: 317 Bytes

Contents

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

class ModeA
end

class ModeB
end

describe CanTango::Configuration::Modes do
  subject { CanTango.config.modes }

  it_should_behave_like "Clazz Registry" do
    let(:hash1) do
      {:a => ModeA, :b => ModeB}
    end        
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.8.1 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.8 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.7 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.6 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.5 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.4 spec/cantango/configuration/modes_spec.rb
cantango-config-0.1.3 spec/cantango/configuration/modes_spec.rb