Sha256: 79cf696b80e7f949e34e5da0fa7db41badc9ca7d1e29f43841d7e6fdfb9d2bb4
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__),'..','lib') require "test/unit" require "ivy4r_jars" class TestIvy4rJars < Test::Unit::TestCase def test_lib_dir_correct_dir assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')), Ivy4rJars.lib_dir end def test_ant_home_dir_correct_dir assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..')), Ivy4rJars.ant_home_dir end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ivy4r-jars-1.2.0 | test/test_ivy4r_jars.rb |