Sha256: e8afeaaeca1459c2fe1e90b6413c2feb605a8a369cb00daf8495bb45b49975dd
Contents?: true
Size: 261 Bytes
Versions: 135
Compression:
Stored size: 261 Bytes
Contents
describe :string_to_a, :shared => true do it "returns an empty array for empty strings" do "".send(@method).should == [] end it "returns an array containing the string for non-empty strings" do "hello".send(@method).should == ["hello"] end end
Version data entries
135 entries across 135 versions & 2 rubygems