summaryrefslogtreecommitdiff
path: root/spec/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-18 20:54:06 +0900
commit23007cb107169ab2d330522736c7df0a97f64388 (patch)
tree78d110ce574422653dfc2e23c237d708ab3a1e4c /spec/runtime
parent84b9238affcc6196aa0164fd48a8c77d537702d6 (diff)
downloadbundler-23007cb107169ab2d330522736c7df0a97f64388.tar.gz
Parallelize test suite
Diffstat (limited to 'spec/runtime')
-rw-r--r--spec/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index b7dc509f6f..acefc1a583 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/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