summaryrefslogtreecommitdiff
path: root/spec/update/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/update/git_spec.rb')
-rw-r--r--spec/update/git_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 94426b68d9..4252010a7d 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -158,7 +158,6 @@ describe "bundle update" do
end
it "it unlocks the source when submodules are removed from git source" do
- pending "This would require actually removing the submodule from the clone"
install_gemfile <<-G, :expect_err => true
git "#{lib_path("has_submodule-1.0")}", :submodules => true do
gem "has_submodule"