From 1c2774526eef733ea95e5dda576c95169341ba7e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 19 Aug 2019 12:51:19 +0900 Subject: [PATCH] [bundler/bundler] Share test fixtures with parallel_tests https://github.com/bundler/bundler/commit/a38161c5be --- spec/bundler/support/path.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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