Sha256: b7a364f80c6147e29cab8262c1b09071d2ab08ac0cce3c93bcbce4620a96af77
Contents?: true
Size: 294 Bytes
Versions: 5
Compression:
Stored size: 294 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../../test_helper') require 'rbbt/resource/path' require 'rbbt/util/tmpfile' require 'test/unit' class TestTSV < Test::Unit::TestCase def test_prev path = Path.setup "/tmp" assert_equal "/tmp/bar/foo", path.foo("bar") end end
Version data entries
5 entries across 5 versions & 1 rubygems