mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug which
caused windows failures. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef8e0908af
commit
7de9e2dfde
2 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TestRDocRIPaths < RDoc::TestCase
|
|||
]
|
||||
|
||||
specs.each do |spec|
|
||||
spec.loaded_from = File.join @tempdir, spec.spec_file
|
||||
spec.loaded_from = spec.spec_file
|
||||
|
||||
open spec.spec_file, 'w' do |file|
|
||||
file.write spec.to_ruby_for_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue