Sha256: b4a1752a61e277817d7cccdcae0a16eb6afc349f12a4dfd4089782566515b326

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

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

require 'nano/string/capitalized.rb'


  require 'test/unit'

  class TCString < Test::Unit::TestCase

    def test_capitalized?
      assert( 'Abc'.capitalized? )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

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