Sha256: 630f4ae7d671e9960697798b5dbcac5909a885663fe99ad668cdd58a82c128c6

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/file/self/split_all.rb
#
# Extracted Tue Jun 20 15:12:26 EDT 2006
# Unit Tools Reap Test Extractor
#

require 'facets/core/file/self/split_all.rb'


  require 'test/unit'

  class TCFile < Test::Unit::TestCase

    def test_split_all
      fp = "this/is/test"
      assert_equal( ['this', 'is', 'test'], File.split_all(fp) )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.4.2 test/lib/facets/core/file/self/test_split_all.rb