Sha256: 064018eb9164a9ff96eed12277deddcb60ca1caacf1dfeb8109cd8795fb8d86c

Contents?: true

Size: 213 Bytes

Versions: 4

Compression:

Stored size: 213 Bytes

Contents

covers 'facets/string/start_with'

tests String do

  unit :start_with? do
    s = "xxboo"
    s.assert.start_with?('xx')
  end

  unit :starts_with? do
    s = "xxboo"
    s.assert.starts_with?('xx')
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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