Sha256: 3960f8a45108f21050f201674642357e25180f4a229a19d1169ff7e0c3c64065
Contents?: true
Size: 252 Bytes
Versions: 49
Compression:
Stored size: 252 Bytes
Contents
require File.expand_path('../../../../spec_helper', __FILE__) require 'rexml/document' describe "REXML::Text#<<" do it "appends a string to this text node" do text = REXML::Text.new("foo") text << "bar" text.should == "foobar" end end
Version data entries
49 entries across 49 versions & 2 rubygems