Sha256: 9d4525751d7e0fb14020eb817fbffb199b79f4a1f1b2fe116d602fbdf9fed88a
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/to_str.rb # # Extracted Wed Aug 23 18:22:52 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/symbol/to_str.rb' require 'test/unit' class TCSymbol < Test::Unit::TestCase def test_to_str assert_equal( "a", :a.to_str ) assert_equal( "abc", :abc.to_str ) assert_equal( '#$%', :'#$%'.to_str ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.7.30 | test/lib/facets/core/symbol/test_to_str.rb |