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