1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use rb_warn_deprecated for File.exists? and Dir.exists?

This commit is contained in:
Nobuyoshi Nakada 2020-04-06 21:37:42 +09:00
parent b66d7d9be5
commit a58bbd6a51
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
5 changed files with 5 additions and 32 deletions

View file

@ -1,6 +0,0 @@
require_relative '../../spec_helper'
require_relative '../../shared/file/exist'
describe "FileTest.exists?" do
it_behaves_like :file_exist, :exists?, FileTest
end