Sha256: d6bdfe0ecbd5b1623bc914149faa72914743d1be627e11b66eeab0da6b3d0a43

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

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

require 'nano/string/upcase.rb'


  require 'test/unit'

  class TCString < Test::Unit::TestCase

    def test_upcase?
      assert( 'ABC'.upcase? )
    end

    def test_uppercase?
      assert( 'ABC'.uppercase? )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-0.9.0 test/lib/nano/string/test_upcase.rb