Sha256: 9f6f8f35738056ef9ac9c845933f8ce537870ef47684690024970f47e2aa2236

Contents?: true

Size: 183 Bytes

Versions: 11

Compression:

Stored size: 183 Bytes

Contents

require 'facets/string/start_with'
require 'test/unit'

class Test_String < Test::Unit::TestCase

  def test_start_with?
    s = "xxboo"
    assert( s.start_with?('xx') )
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

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