Sha256: f0c2727907b8b0ef9c2b773493df20721086388ea40951234c2f91184002fe70
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/to_str.rb # # Extracted Tue Jul 25 10:07:15 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.0 | test/lib/facets/core/symbol/test_to_str.rb |