Sha256: 0c352dae83601e3e210a552c23661b633f5bfce41da69cfb614f6cf5a262f4c1
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/camelize.rb # # Extracted Tue Jun 06 09:30:19 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/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-1.4.1 | test/lib/facets/core/symbol/test_camelize.rb |