[前][次][番号順一覧][スレッド一覧]

ruby-changes:61896

From: Kazuhiro <ko1@a...>
Date: Mon, 22 Jun 2020 18:24:20 +0900 (JST)
Subject: [ruby-changes:61896] 3a1e63e540 (master): Fix typos

https://git.ruby-lang.org/ruby.git/commit/?id=3a1e63e540

From 3a1e63e54064496755e9e306f10c72fafc5bd162 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 22 Jun 2020 18:23:58 +0900
Subject: Fix typos


diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb
index 31973bf..274492d 100644
--- a/test/fileutils/test_fileutils.rb
+++ b/test/fileutils/test_fileutils.rb
@@ -770,9 +770,9 @@ class TestFileUtils < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/fileutils/test_fileutils.rb#L770
     File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
 
     remove_entry dir
-    assert_no_file_exist dir
+    assert_file_not_exist dir
   rescue MiniTest::Assertion
-    STDERR.puts Dir.glob("#{dir}/**").inspect
+    STDERR.puts Dir.glob("#{dir}/**/*").inspect
     raise
   end
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]