Sha256: 72f2c19b19e848f73605ddcf12ba3685594d7217ca5fafaf798ea8f075e3eda9

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

require 'rspec'
require 'cantango'

require 'cantango/configuration/engines/store_engine_shared'

describe CanTango::Configuration::Engines::Cache do

  it_should_behave_like 'Store Engine' do
    subject { CanTango.config.cache }
  end

  it_should_behave_like 'Store' do
    subject { CanTango.config.cache.store }
  end
end




Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cantango-0.8.0 spec/cantango/configuration/engines/cache_spec.rb