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