summaryrefslogtreecommitdiff
path: root/spec/lock/git_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-04-21 16:41:00 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-04-21 16:41:00 -0700
commit677520f00213946aeb500e91aab6430a772aefa8 (patch)
tree546fdeba0a7787e92ed47734283cb24d23f5b9ab /spec/lock/git_spec.rb
parent1acbda18ccf13adcbeae1823e9031428c4504445 (diff)
downloadbundler-677520f00213946aeb500e91aab6430a772aefa8.tar.gz
Remove irrelevant tests
Diffstat (limited to 'spec/lock/git_spec.rb')
-rw-r--r--spec/lock/git_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lock/git_spec.rb b/spec/lock/git_spec.rb
index 194035e91c..95cc0ff375 100644
--- a/spec/lock/git_spec.rb
+++ b/spec/lock/git_spec.rb
@@ -8,8 +8,6 @@ describe "bundle lock with git" do
git "#{lib_path('foo-1.0')}"
gem 'foo'
G
-
- bundle :lock
end
it "doesn't break right after running lock" do