summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-19 12:51:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 08:10:49 +0900
commit1c2774526eef733ea95e5dda576c95169341ba7e (patch)
treef0715cd4a9fe77911c9ba6c5df4990d318387ea0
parent10011f4371c4d6f9a5e49b210800beba1e3e3722 (diff)
[bundler/bundler] Share test fixtures with parallel_tests
https://github.com/bundler/bundler/commit/a38161c5be
-rw-r--r--spec/bundler/support/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index a5f938eada..db28454792 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -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