We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6dd6f commit 57fbf9aCopy full SHA for 57fbf9a
1 file changed
test/fileutils/test_fileutils.rb
@@ -770,9 +770,9 @@ def test_remove_entry_multibyte_path
770
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
771
772
remove_entry dir
773
- assert_no_file_exist dir
+ assert_file_not_exist dir
774
rescue MiniTest::Assertion
775
- STDERR.puts Dir.glob("#{dir}/**").inspect
+ STDERR.puts Dir.glob("#{dir}/**/*").inspect
776
raise
777
end
778
0 commit comments