Sha256: 30e2481e222f67a956619c8737e48bdc4021bf0a894fd20060be031365b70c3a

Contents?: true

Size: 426 Bytes

Versions: 5

Compression:

Stored size: 426 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

5 entries across 5 versions & 2 rubygems

Version Path
klaas1979-ivy4r-jars-1.0.1 test/test_ivy4r_jars.rb
klaas1979-ivy4r-jars-1.0.2 test/test_ivy4r_jars.rb
ivy4r-jars-1.1.0 test/test_ivy4r_jars.rb
ivy4r-jars-1.0.2 test/test_ivy4r_jars.rb
ivy4r-jars-1.0.1 test/test_ivy4r_jars.rb