Sha256: 31e17a73c2be8e8ca62ce43c5cfcf3042520a688edd4032cc1560c4e5cedec6c
Contents?: true
Size: 216 Bytes
Versions: 18
Compression:
Stored size: 216 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
18 entries across 18 versions & 1 rubygems