From 0cdda75528bdfe3f79f4f40c533cbdb2fba16eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 5 Mar 2020 21:25:16 +0100 Subject: Keep temp files inside repo folder --- spec/cache/cache_path_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/cache/cache_path_spec.rb b/spec/cache/cache_path_spec.rb index 12385427b1..693c93f11e 100644 --- a/spec/cache/cache_path_spec.rb +++ b/spec/cache/cache_path_spec.rb @@ -25,8 +25,8 @@ RSpec.describe "bundle package" do context "with absolute --cache-path" do it "caches gems at given path" do - bundle :cache, "cache-path" => "/tmp/cache-foo" - expect(bundled_app("/tmp/cache-foo/rack-1.0.0.gem")).to exist + bundle :cache, "cache-path" => "tmp/cache-foo" + expect(bundled_app("tmp/cache-foo/rack-1.0.0.gem")).to exist end end end -- cgit v1.2.1