Sha256: 769cf5e42c1d744f14a1fec238ba9c0e773dfea7e5af5b52ca76c0a195f389d4

Contents?: true

Size: 391 Bytes

Versions: 22

Compression:

Stored size: 391 Bytes

Contents

require 'cantango/configuration/engines/store_shared'

shared_examples_for 'Store Engine' do
  describe 'access' do
    it 'should access store' do
      subject.store.should be_a(CanTango::Configuration::Engines::Store)
    end

    it 'should have block dsl' do
      subject.store do |store|
        store.should be_a(CanTango::Configuration::Engines::Store)
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cantango-0.9.4.7 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4.6 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4.5 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4.3 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4.2 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4.1 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.4 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.9.3.2 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9.5 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9.4 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9.3 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9.2 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9.1 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.9 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.8.1 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.8 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.7 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.6.2 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.6.1 spec/cantango/configuration/engines/store_engine_shared.rb
cantango-0.8.6 spec/cantango/configuration/engines/store_engine_shared.rb