Sha256: 53268190d6ab7638a268c8d57f5a5096741570c45be6998f1f23703b3b0e486b
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require 'rspec' require 'cantango' describe CanTango::Ability::Cache::SessionCache do subject { CanTango::Ability::Cache::SessionCache.new :roles, :session => {} } its(:name) { should == :roles} its(:store) { should_not be_nil} its(:store) { should be_a CanTango::Cache::MonetaCache } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-0.8.0 | spec/cantango/ability/cache/session_cache_spec.rb |