From fd047d788e0a26443b8250ab14bc65dbf687c72a Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 8 Sep 2015 14:25:56 +0000 Subject: 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 --- test/ruby/test_file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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') -- cgit v1.2.3