fix file path for building at other than src dir.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-04-01 21:36:17 +00:00
Родитель 2f20718249
Коммит 71cfa6ea2d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,8 @@ class TestRDocRDoc < MiniTest::Unit::TestCase
end
def test_gather_files
assert_equal(%w[lib/rdoc.rb],
@rdoc.gather_files(%w[lib/rdoc.rb lib/rdoc.rb]))
file = File.expand_path("../../../lib/rdoc.rb", __FILE__)
assert_equal([file], @rdoc.gather_files([file, file]))
end
def test_read_file_contents