Sha256: a9342a8266d6b083ffc28de90bb83059dbdd002b03163059dff9296506e2634a

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/symbol/upcase.rb
#
# Extracted Fri Feb 16 02:00:36 EST 2007
# Project.rb Test Extraction
#

require 'facets/core/symbol/upcase.rb'


  require 'test/unit'

  class TCSymbol < Test::Unit::TestCase

    def test_upcase?
      assert( :TIS.upcase? )
      assert( ! :Tis.upcase? )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.8.49 test/lib/facets/core/symbol/test_upcase.rb