[bundler/bundler] Share test fixtures with parallel_tests
https://github.com/bundler/bundler/commit/a38161c5be
This commit is contained in:
parent
10011f4371
commit
1c2774526e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user