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

[bundler/bundler] Share test fixtures with parallel_tests

https://github.com/bundler/bundler/commit/a38161c5be
This commit is contained in:
Hiroshi SHIBATA 2019-08-19 12:51:19 +09:00
parent 10011f4371
commit 1c2774526e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -47,7 +47,7 @@ module Spec
def scope
test_number = ENV["TEST_ENV_NUMBER"]
return "" if test_number.nil?
return "1" if test_number.nil?
test_number.empty? ? "1" : test_number
end