Sha256: d366a8aa838392893955ade933decddf7e828ef6a507a33e719b2c61be9858c0
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/to_str.rb # # Extracted Tue Jun 06 09:30:19 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.4.1 | test/lib/facets/core/symbol/test_to_str.rb |