Sha256: 264cd735d0b3571839ccf7cfb939d3e69707c57df9466c495e8e5f49252c220f
Contents?: true
Size: 369 Bytes
Versions: 37
Compression:
Stored size: 369 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::Substring) end it "should be a the right down to" do Cacher::Partial::Default.from.should == -3 end it "should be a the right starting at" do Cacher::Partial::Default.to.should == -1 end end
Version data entries
37 entries across 37 versions & 1 rubygems