* 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:
drbrain 2012-11-27 07:29:00 +00:00
Родитель ef8e0908af
Коммит 7de9e2dfde
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
Tue Nov 27 16:24:45 2012 Eric Hodel <drbrain@segment7.net>
* test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug which
caused windows failures.
Tue Nov 27 16:06:00 2012 Eric Hodel <drbrain@segment7.net>
* test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windows

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

@ -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