summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-05 13:49:55 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 09:57:11 +0100
commitc760aebe00c612f1dc2f37c85186387cea549c99 (patch)
treebd39b75b1774fb93d317552a15c87e9024559f43
parent8b6c8ea77b07236ce1e56777093673d2b0a299d8 (diff)
downloadbundler-c760aebe00c612f1dc2f37c85186387cea549c99.tar.gz
Exclude another permissions spec from Windows build
-rw-r--r--spec/commands/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb
index 3c2ee69f32..4d8e371b10 100644
--- a/spec/commands/install_spec.rb
+++ b/spec/commands/install_spec.rb
@@ -536,7 +536,7 @@ RSpec.describe "bundle install with gem sources" do
end
end
- describe "when bundle path does not have write access" do
+ describe "when bundle path does not have write access", :permissions do
before do
FileUtils.mkdir_p(bundled_app("vendor"))
gemfile <<-G