diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-07-30 21:38:00 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-31 07:47:03 +0800 |
commit | 4afd8975242917d319cfb20c7ed635b979ad48d5 () | |
tree | ab33bde6450ce29ffbe86c9d12a6e816956acc41 | |
parent | 3e4e8dbe20da5de9d26665159626f553318b39a8 (diff) |
File.exists? is deprecated.
-rw-r--r-- | test/rubygems/test_rake_package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require "open3" class TestRakePackage < Minitest::Test def test_builds_ok - skip unless File.exists?(File.expand_path("../../../Rakefile", __FILE__)) output, status = Open3.capture2e("rake package") |