Sha256: cf4ad9c5ee3f26d5c05a3ed108135f370b56d9b7991b5d73aaedaec3890fceae
Contents?: true
Size: 214 Bytes
Versions: 9
Compression:
Stored size: 214 Bytes
Contents
require 'helper' class TestString < Test::Unit::TestCase context "A normal String object" do should "be enquotable" do assert_equal '"wow it works"', 'wow it works'.enquote end end end
Version data entries
9 entries across 9 versions & 1 rubygems