Sha256: 10602750d5c06c946c8d24f46ad9540813fdc1c32888c2f02b857a9bd0bc3666
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/to_const.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # require 'facets/core/string/to_const.rb' require 'test/unit' class TCString < Test::Unit::TestCase TestConst = 4 def test_to_const assert_equal( 4, "TCString::TestConst".to_const ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/string/test_to_const.rb |