Sha256: d40c19003fd5ae60bc93d0fb77e4bf7fc9fc752bdb4b750d33a374c7745d4714

Contents?: true

Size: 348 Bytes

Versions: 4

Compression:

Stored size: 348 Bytes

Contents

covers 'facets/string/capitalized'

testcase String do

  unit :capitalized? do
    'Abc'.assert.capitalized?
  end

  unit :downcase? do
    'abc'.assert.downcase?
  end

  unit :upcase? do
    'ABC'.assert.upcase?
  end

  #unit :lowercase? do
  #  'abc'.assert.lowercase?
  #end

  #unit :uppercase? do
  #  'ABC'.assert.uppercase?
  #end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/string/test_capitalized.rb
facets-2.9.0 test/core/string/test_capitalized.rb
facets-2.9.0.pre.2 test/core/string/test_capitalized.rb
facets-2.9.0.pre.1 test/core/string/test_capitalized.rb