зеркало из https://github.com/github/ruby.git
File.exists? is deprecated.
This commit is contained in:
Родитель
3e4e8dbe20
Коммит
4afd897524
|
@ -6,7 +6,7 @@ require "open3"
|
|||
class TestRakePackage < Minitest::Test
|
||||
|
||||
def test_builds_ok
|
||||
skip unless File.exists?(File.expand_path("../../../Rakefile", __FILE__))
|
||||
skip unless File.exist?(File.expand_path("../../../Rakefile", __FILE__))
|
||||
|
||||
output, status = Open3.capture2e("rake package")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче