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-19 12:51:19 +0900
commita38161c5be51614d595a6e0fc072ee2c0698a0b0 (patch)
tree933d87c1bb835125f02ee0c7a2266a60baa11601
parentfaccc522d11f633ba402082ccc220fa0fd89b78f (diff)
downloadbundler-a38161c5be51614d595a6e0fc072ee2c0698a0b0.tar.gz
Share test fixtures with parallel_tests
-rw-r--r--spec/support/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index 7cbaf9f055..061385168f 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -43,7 +43,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