зеркало из https://github.com/github/ruby.git
fix a test name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
239692dde8
Коммит
c60cd341e8
|
@ -807,7 +807,7 @@ class TestPathname < Test::Unit::TestCase
|
|||
}
|
||||
end
|
||||
|
||||
def test_link
|
||||
def test_make_link
|
||||
with_tmpchdir('rubytest-pathname') {|dir|
|
||||
open("a", "w") {|f| f.write "abc" }
|
||||
Pathname("l").make_link(Pathname("a"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче