1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo of test method name.

* test/ruby/test_file.rb (test_realdirpath_junction): fix a typo of method name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2015-09-08 14:25:56 +00:00
parent f3f10297f0
commit 37464c5c86

View file

@ -296,7 +296,7 @@ class TestFile < Test::Unit::TestCase
end
end
def test_realdirpath_junktion
def test_realdirpath_junction
Dir.mktmpdir('rubytest-realpath') {|tmpdir|
Dir.chdir(tmpdir) do
Dir.mkdir('foo')