summaryrefslogtreecommitdiff
path: root/spec/other
diff options
context:
space:
mode:
authorJoshua Hull <joshbuddy@gmail.com>2010-10-20 23:31:49 -0700
committerJoshua Hull <joshbuddy@gmail.com>2010-10-20 23:31:49 -0700
commita939a1d14b9be8ebcf1cfec0ad6177a38ae10767 (patch)
tree527a46f0aaccbfc49db3317074235e565750f245 /spec/other
parentbdc66a988f5e6c49cd5a84352d90659962ebd9f2 (diff)
downloadbundler-a939a1d14b9be8ebcf1cfec0ad6177a38ae10767.tar.gz
removed ref fetching due to error in git 1.6
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/gem_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/gem_helper_spec.rb b/spec/other/gem_helper_spec.rb
index e177629aa5..8ee4072b2b 100644
--- a/spec/other/gem_helper_spec.rb
+++ b/spec/other/gem_helper_spec.rb
@@ -97,7 +97,7 @@ describe "Bundler::GemHelper tasks" do
it "releases" do
mock_build_message
- mock_confirm_message /Tagged [\da-f]+ with v0.0.1/
+ mock_confirm_message /Tagged v0.0.1/
mock_confirm_message "Pushed git commits and tags"
@helper.should_receive(:rubygem_push).with(bundled_app('test/pkg/test-0.0.1.gem').to_s)