Sha256: 9858655aa1a81fd883b5359677bee9c27a82f07c9dc32808119083974729a168
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/to_const.rb # # Extracted Wed Aug 23 18:22:52 EDT 2006 # Unit Tools Reap Test Extractor # 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.7.30 | test/lib/facets/core/string/test_to_const.rb |