summaryrefslogtreecommitdiff
path: root/spec/install/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/git_spec.rb
parent12b786888e630a6141273d28b74ec4b2e075cc44 (diff)
downloadbundler-test/more_windows_improvements.tar.gz
Trigger all current failurestest/more_windows_improvements
Diffstat (limited to 'spec/install/git_spec.rb')
-rw-r--r--spec/install/git_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index 1b32991fa8..7cc004ae7c 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -14,7 +14,6 @@ RSpec.describe "bundle install" do
end
it "displays the ref of the gem repository when using branch~num as a ref", :bundler => "< 3" do
- skip "maybe branch~num notation doesn't work on Windows' git" if Gem.win_platform?
build_git "foo", "1.0", :path => lib_path("foo")
rev = revision_for(lib_path("foo"))[0..6]