summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-06-24 20:05:57 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-06-27 11:06:19 -0500
commit31ad5f7c6b853c3d391749128f81bde7d904442a (patch)
tree3200a7be31a08f8b8c6876ef6f06c70e88bc0ebc /spec/update
parent7d9146bae10a21cb195c8dc376fe54bee87a8d7a (diff)
downloadbundler-31ad5f7c6b853c3d391749128f81bde7d904442a.tar.gz
[GitProxy] Only try and submodule deinit on git 2.9.0+seg-deinit-submodules
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 4252010a7d..644bbad80c 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -157,7 +157,7 @@ describe "bundle update" do
expect(out).to eq("GIT")
end
- it "it unlocks the source when submodules are removed from git source" do
+ it "unlocks the source when submodules are removed from git source", :git => ">= 2.9.0" do
install_gemfile <<-G, :expect_err => true
git "#{lib_path("has_submodule-1.0")}", :submodules => true do
gem "has_submodule"