Sha256: 25f2097da4bab19353bce5c0ff912dd5c0bc1eb9b25869b188989c5fe2e4a183

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/nano/symbol/camelcase.rb
#
# Extracted Fri Oct 28 14:20:18 EDT 2005
# Unit Tools Reap Test Extractor
#

require 'nano/symbol/camelcase.rb'


  require 'test/unit'

  class TCSymbol < Test::Unit::TestCase

    def test_camelcase
      assert_equal( :thisIsTest, :this_is_test.camelcase )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-0.9.0 test/lib/nano/symbol/test_camelcase.rb