Sha256: 1aa346322354434443923f795dec881d662cc0cbd6228fe6c72f79246f8a6a0c

Contents?: true

Size: 198 Bytes

Versions: 2

Compression:

Stored size: 198 Bytes

Contents

covers 'facets/string/tabto'

test_case String do

  # TODO: Need to expand tabto tests
  method :tabto do

    test do
      a = "xyz".tabto(4)
      a[0..3].assert ==  '    '
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
facets-2.9.3 test/core/string/test_tabto.rb
facets-2.9.2 test/core/string/test_tabto.rb