mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
2f20718249
commit
71cfa6ea2d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue