Sha256: 5c1a5bc467ef96d0fee49fb9b4df0b2c49b1d1ac2e2bb16ec1bc7d4142536a79

Contents?: true

Size: 219 Bytes

Versions: 16

Compression:

Stored size: 219 Bytes

Contents

require 'facets/string/titlecase.rb'
require 'test/unit'

class StringTitleCaseTest < Test::Unit::TestCase

  def test_titlecase
    r = "try this out".titlecase
    x = "Try This Out"
    assert_equal(x,r)
  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/string/test_titlecase.rb
facets-2.8.3 test/core/string/test_titlecase.rb
facets-2.8.2 test/core/string/test_titlecase.rb
facets-2.8.1 test/core/string/test_titlecase.rb
facets-2.8.0 test/core/string/test_titlecase.rb
facets-2.7.0 test/core/string/test_titlecase.rb
facets-2.6.0 test/core/string/test_titlecase.rb
facets-2.4.0 test/string/test_titlecase.rb
facets-2.4.1 test/string/test_titlecase.rb
facets-2.4.4 test/core/string/test_titlecase.rb
facets-2.4.3 test/core/string/test_titlecase.rb
facets-2.4.2 test/core/string/test_titlecase.rb
facets-2.4.5 test/core/string/test_titlecase.rb
facets-2.5.1 test/core/string/test_titlecase.rb
facets-2.5.0 test/core/string/test_titlecase.rb
facets-2.5.2 test/core/string/test_titlecase.rb