ruby-changes:39718
From: nagachika <ko1@a...>
Date: Tue, 8 Sep 2015 23:26:06 +0900 (JST)
Subject: [ruby-changes:39718] nagachika:r51799 (trunk): fix a typo of test method name.
nagachika 2015-09-08 23:25:56 +0900 (Tue, 08 Sep 2015) New Revision: 51799 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51799 Log: fix a typo of test method name. * test/ruby/test_file.rb (test_realdirpath_junction): fix a typo of method name. Modified files: trunk/test/ruby/test_file.rb Index: test/ruby/test_file.rb =================================================================== --- test/ruby/test_file.rb (revision 51798) +++ test/ruby/test_file.rb (revision 51799) @@ -296,7 +296,7 @@ class TestFile < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_file.rb#L296 end end - def test_realdirpath_junktion + def test_realdirpath_junction Dir.mktmpdir('rubytest-realpath') {|tmpdir| Dir.chdir(tmpdir) do Dir.mkdir('foo') -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/