Sha256: 299e383489ad4309e0d7f622da0c110ada0852d401021477a32a1197d88b665b
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' module Cucumber module Tree describe Feature do it "should have padding_length 2 when alone" do feature = Feature.new('header') feature.padding_length.should == 2 end end end end
Version data entries
4 entries across 4 versions & 3 rubygems