summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-01-24 13:28:02 -0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 08:10:48 +0900
commitace88852f2c2dae52118d80cbf5800ea99e409e6 (patch)
tree44533e0e6b6390da2dff771ab20330566dd4d707 /spec/bundler/runtime
parentede77d82e709956cd1d3c849840107c84cd2e911 (diff)
[bundler/bundler] Parallelize test suite
https://github.com/bundler/bundler/commit/23007cb107
Diffstat (limited to 'spec/bundler/runtime')
-rw-r--r--spec/bundler/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/load_spec.rb b/spec/bundler/runtime/load_spec.rb
index b7dc509f6f..acefc1a583 100644
--- a/spec/bundler/runtime/load_spec.rb
+++ b/spec/bundler/runtime/load_spec.rb
@@ -58,7 +58,7 @@ RSpec.describe "Bundler.load" do
end
it "does not find a Gemfile above the testing directory" do
- bundler_gemfile = tmp.join("../Gemfile")
+ bundler_gemfile = Pathname.new(__dir__).join("../../Gemfile")
unless File.exist?(bundler_gemfile)
FileUtils.touch(bundler_gemfile)
@remove_bundler_gemfile = true