diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-22 10:37:09 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-22 10:47:24 +0100 |
commit | 19b76473a28b3e392c7acdfa7503f68d96702f24 (patch) | |
tree | b737a8707b12f5b56a80b2c6a475b8bb1e592425 /spec/commands/install_spec.rb | |
parent | 12b786888e630a6141273d28b74ec4b2e075cc44 (diff) | |
download | bundler-test/more_windows_improvements.tar.gz |
Trigger all current failurestest/more_windows_improvements
Diffstat (limited to 'spec/commands/install_spec.rb')
-rw-r--r-- | spec/commands/install_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb index 9a4ce33a26..cb888e88d0 100644 --- a/spec/commands/install_spec.rb +++ b/spec/commands/install_spec.rb @@ -218,7 +218,6 @@ RSpec.describe "bundle install with gem sources" do describe "with a gem that installs multiple platforms" do it "installs gems for the local platform as first choice" do - skip "version is 1.0, not 1.0.0" if Gem.win_platform? install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" @@ -374,7 +373,6 @@ RSpec.describe "bundle install with gem sources" do end it "gracefully handles error when rubygems server is unavailable" do - skip "networking issue" if Gem.win_platform? install_gemfile <<-G, :artifice => nil source "#{file_uri_for(gem_repo1)}" |