Sha256: 4bb5423c34a051ab4b9ae452a2d4484e3773de89f3b1cd434533c87d5714f324
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/file/self/split_all.rb # # Extracted Fri Feb 16 02:00:36 EST 2007 # Project.rb Test Extraction # 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.8.49 | test/lib/facets/core/file/self/test_split_all.rb |