From 3efb36c25c6f8bbdccf7da3d24966289346fdd14 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 16 Feb 2014 06:55:06 +0000 Subject: * test/test_securerandom.rb: use File.exist? instead of File.exists? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_securerandom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_securerandom.rb b/test/test_securerandom.rb index f3c9a1af92..0a78624ab9 100644 --- a/test/test_securerandom.rb +++ b/test/test_securerandom.rb @@ -176,7 +176,7 @@ end $LOADED_FEATURES.delete_if { |path| if File.basename(path) == basename $LOAD_PATH.any? { |dir| - File.exists?(File.join(dir, basename)) + File.exist?(File.join(dir, basename)) } end } -- cgit v1.2.3