Sha256: 343f01ee89e0485936d7eda564bf9fb00fc9e7f6ae9e145b34c9e1621e91e2a4
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
require 'spec_helper' describe Cacher::Partial::Default do it "should be a subtoken" do Cacher::Partial::Default.should be_kind_of(Cacher::Partial::Subtoken) end it "should be a the right down to" do Cacher::Partial::Default.down_to.should == 1 end it "should be a the right starting at" do Cacher::Partial::Default.starting_at.should == -1 end end
Version data entries
7 entries across 7 versions & 1 rubygems