diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-08 14:25:56 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-08 14:25:56 +0000 |
commit | 37464c5c861f0b81d0fa7977b1a85443d7b0ca3a (patch) | |
tree | c31db235b4a38bd841d5656d35531cb34aae6b6d /test/ruby | |
parent | f3f10297f04b0461285a1b8ebd0d9f3d617fb974 (diff) |
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
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb index ba11ede12d..ee6bfe77ea 100644 --- a/test/ruby/test_file.rb +++ b/test/ruby/test_file.rb @@ -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') |