Sha256: 7db4d57d53c3f98ef38cf18363cd6d83679dc93777b7a7a9e22b2b3b371d6df8
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/symbol/camelize.rb # # Extracted Mon Jun 05 08:14:29 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.0 | test/lib/facets/core/symbol/test_camelize.rb |