Sha256: 9b709ab1202d7a6ca75f000065b175180328f1b736eb7cfa8ca2fbaa762fe7ad
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/string/humanize.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/string/humanize.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_humanize assert_equal( 'This is it', 'this_is_it'.humanize ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.0.3 | packages/core/test/lib/facet/string/test_humanize.rb |