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:
parent
10011f4371
commit
1c2774526e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue