Sha256: 4e96ff32307a05f94861d4ccde989c599e6106855cf5407c805cd6bb2982bd33
Contents?: true
Size: 305 Bytes
Versions: 21
Compression:
Stored size: 305 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::HashCache } end
Version data entries
21 entries across 21 versions & 1 rubygems