Sha256: ccda30ccb8a5d08f34c8743b880ddc33586f90ac6222257eb9a103ecb7e4d4c7

Contents?: true

Size: 178 Bytes

Versions: 11

Compression:

Stored size: 178 Bytes

Contents

require 'facets/string/end_with'
require 'test/unit'

class Test_String < Test::Unit::TestCase

  def test_end_with?
    s = "xxboo"
    assert( s.end_with?('boo') )
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/string/test_end_with.rb
facets-2.8.3 test/core/string/test_end_with.rb
facets-2.8.2 test/core/string/test_end_with.rb
facets-2.8.1 test/core/string/test_end_with.rb
facets-2.8.0 test/core/string/test_end_with.rb
facets-2.7.0 test/core/string/test_end_with.rb
facets-2.6.0 test/core/string/test_end_with.rb
facets-2.4.5 test/core/string/test_end_with.rb
facets-2.5.0 test/core/string/test_end_with.rb
facets-2.5.1 test/core/string/test_end_with.rb
facets-2.5.2 test/core/string/test_end_with.rb