Sha256: eee382eef6f7e15437b2c19565d37c4f1388204710cf31e496893284dfbdb74d
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/symbol/camelize.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/symbol/camelize.rb' require 'test/unit' class TCSymbol < Test::Unit::TestCase # camelize def test_camelize assert_equal( :ThisIsTest, :this_is_test.camelize ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-0.9.0 | test/lib/nano/symbol/test_camelize.rb |