Sha256: 055a6dd941f5d3998fa613294927ad08479bc683230dd73432fba1e1a277b903
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/to_const.rb # # Extracted Fri Sep 08 20:20:32 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.7.46 | test/lib/facets/core/symbol/test_to_const.rb |