Sha256: 655b241026a48e4881c290d60a10f17dfdde294ddb74fe01c019344849de08df
Contents?: true
Size: 399 Bytes
Versions: 133
Compression:
Stored size: 399 Bytes
Contents
require 'spec_helper' describe Picky::Generators::Partial::Default do let(:default) { Picky::Generators::Partial::Default } it "should be a subtoken" do default.should be_kind_of(Picky::Generators::Partial::Substring) end it "should be a the right down to" do default.from.should == -3 end it "should be a the right starting at" do default.to.should == -1 end end
Version data entries
133 entries across 133 versions & 1 rubygems