зеркало из https://github.com/github/ruby.git
[ruby/rdoc] Check uninitialized instance variable in test
https://github.com/ruby/rdoc/commit/3dcd5ddbb6
This commit is contained in:
Родитель
3169ffc0d6
Коммит
c6c023317c
|
@ -76,7 +76,7 @@ class RDoc::TestCase < Test::Unit::TestCase
|
|||
# Abstract test-case teardown
|
||||
|
||||
def teardown
|
||||
ENV["HOME"] = @orig_home
|
||||
ENV["HOME"] = @orig_home if defined?(@orig_home)
|
||||
|
||||
super
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче