From ad743337b376d8e2a9dae7350b0e89eed636c5bb Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 16 Jun 2020 20:36:12 -0500 Subject: [rubygems/rubygems] bundler/spec/commands/binstubs_spec.rb - remove global Windows skip Added one skip for: bundle binstubs when the gem exists in the lockfile when generating bundle binstub outside bundler should abort https://github.com/rubygems/rubygems/commit/b77b484889 --- spec/bundler/commands/binstubs_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec') diff --git a/spec/bundler/commands/binstubs_spec.rb b/spec/bundler/commands/binstubs_spec.rb index 89551d1c39..81e7817a3e 100644 --- a/spec/bundler/commands/binstubs_spec.rb +++ b/spec/bundler/commands/binstubs_spec.rb @@ -1,10 +1,6 @@ # frozen_string_literal: true RSpec.describe "bundle binstubs " do - before do - skip "https://github.com/rubygems/bundler/issues/6894" if Gem.win_platform? - end - context "when the gem exists in the lockfile" do it "sets up the binstub" do install_gemfile <<-G @@ -79,6 +75,7 @@ RSpec.describe "bundle binstubs " do context "when generating bundle binstub outside bundler" do it "should abort" do + skip "Unknown issue" if Gem.win_platform? install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack" -- cgit v1.2.3