summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-10-04 14:22:27 -0700
committerAndre Arko <andre@arko.net>2016-10-04 14:22:27 -0700
commit0954697cec35fe7872d0030b1da89f318493c412 (patch)
treedcb0cd669b3f1fa67775a202d0db66f918e0ceeb
parentd4ae003939aca4b21cc8690d60d3aa52fbb131ca (diff)
downloadbundler-aa-use-tmp.tar.gz
spec for tmp change that fails on masteraa-use-tmp
-rw-r--r--spec/install/gems/compact_index_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/install/gems/compact_index_spec.rb b/spec/install/gems/compact_index_spec.rb
index 228d8ddcc9..001118b513 100644
--- a/spec/install/gems/compact_index_spec.rb
+++ b/spec/install/gems/compact_index_spec.rb
@@ -738,4 +738,12 @@ The checksum of /versions does not match the checksum provided by the server! So
G
end
end
+
+ it "works when cache dir is world-writable" do
+ install_gemfile! <<-G, :artifice => "compact_index"
+ File.umask(0000)
+ source "#{source_uri}"
+ gem "rack"
+ G
+ end
end