summaryrefslogtreecommitdiff
path: root/spec/commands/cache_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/cache_spec.rb')
-rw-r--r--spec/commands/cache_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/commands/cache_spec.rb b/spec/commands/cache_spec.rb
index 07ec186c2f..04dfee5b16 100644
--- a/spec/commands/cache_spec.rb
+++ b/spec/commands/cache_spec.rb
@@ -198,6 +198,10 @@ RSpec.describe "bundle cache" do
end
context "with --all-platforms" do
+ before do
+ skip "doesn't put gems where it should" if Gem.win_platform?
+ end
+
it "puts the gems in vendor/cache even for other rubies" do
gemfile <<-D
source "#{file_uri_for(gem_repo1)}"