зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Skip integration test for rake package task.
https://github.com/rubygems/rubygems/commit/ca8afc01a3
This commit is contained in:
Родитель
ab8d9a5325
Коммит
2a81d3a26a
|
@ -6,6 +6,8 @@ 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")
|
||||
|
||||
assert_equal true, status.success?, <<~MSG.chomp
|
||||
|
|
Загрузка…
Ссылка в новой задаче