summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/git_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-22 10:37:09 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-22 10:47:24 +0100
commit19b76473a28b3e392c7acdfa7503f68d96702f24 (patch)
treeb737a8707b12f5b56a80b2c6a475b8bb1e592425 /spec/install/gemfile/git_spec.rb
parent12b786888e630a6141273d28b74ec4b2e075cc44 (diff)
downloadbundler-test/more_windows_improvements.tar.gz
Trigger all current failurestest/more_windows_improvements
Diffstat (limited to 'spec/install/gemfile/git_spec.rb')
-rw-r--r--spec/install/gemfile/git_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb
index 067de1777d..b1f6109116 100644
--- a/spec/install/gemfile/git_spec.rb
+++ b/spec/install/gemfile/git_spec.rb
@@ -311,7 +311,6 @@ RSpec.describe "bundle install with git sources" do
context "when the branch starts with a `#`" do
let(:branch) { "#149/redirect-url-fragment" }
it "works" do
- skip "git does not accept this" if Gem.win_platform?
update_git("foo", :path => repo, :branch => branch)
@@ -328,7 +327,6 @@ RSpec.describe "bundle install with git sources" do
context "when the branch includes quotes" do
let(:branch) { %('") }
it "works" do
- skip "git does not accept this" if Gem.win_platform?
update_git("foo", :path => repo, :branch => branch)
@@ -362,7 +360,6 @@ RSpec.describe "bundle install with git sources" do
context "when the tag starts with a `#`" do
let(:tag) { "#149/redirect-url-fragment" }
it "works" do
- skip "git does not accept this" if Gem.win_platform?
update_git("foo", :path => repo, :tag => tag)
@@ -379,7 +376,6 @@ RSpec.describe "bundle install with git sources" do
context "when the tag includes quotes" do
let(:tag) { %('") }
it "works" do
- skip "git does not accept this" if Gem.win_platform?
update_git("foo", :path => repo, :tag => tag)
@@ -623,7 +619,6 @@ RSpec.describe "bundle install with git sources" do
end
it "installs dependencies from git even if a newer gem is available elsewhere" do
- skip "override is not winning" if Gem.win_platform?
system_gems "rack-1.0.0"
@@ -914,7 +909,6 @@ RSpec.describe "bundle install with git sources" do
end
it "prints a friendly error if a file blocks the git repo" do
- skip "drive letter is not detected correctly in error message" if Gem.win_platform?
build_git "foo"