Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
spec for tmp change that fails on master
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 4, 2016
1 parent d4ae003 commit 0954697
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/install/gems/compact_index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -738,4 +738,12 @@ def start
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

0 comments on commit 0954697

Please sign in to comment.