Sha256: e24a9d7473eddb0930927ff2e24b168e888fbe62d1422c656dbe81bac7f91f17
Contents?: true
Size: 411 Bytes
Versions: 24
Compression:
Stored size: 411 Bytes
Contents
require 'spec_helper' describe Internals::Generators::Partial::Default do let(:default) { Internals::Generators::Partial::Default } it "should be a subtoken" do default.should be_kind_of(Internals::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
24 entries across 24 versions & 1 rubygems