Sha256: 4579001969929da1760edaeb867de283753b3ed06d864c1820de5859e19409e3
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/to_const.rb # # Extracted Mon Jun 05 08:14:29 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/symbol/to_const.rb' require 'test/unit' class TCSymbol < Test::Unit::TestCase TESTCONST = 1 def test_to_const assert_equal( 1, :"TCSymbol::TESTCONST".to_const ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.4.0 | test/lib/facets/core/symbol/test_to_const.rb |