From a9c6905e29927873a5a6ecb16bf873f4212cbbd5 Mon Sep 17 00:00:00 2001
From: Pistos <github.pistos@purepistos.net>
Date: Tue, 4 Oct 2011 02:18:04 -0400
Subject: [PATCH] Made spec text correspond to actual text tested.

---
 spec/helpers/reshares_helper_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/helpers/reshares_helper_spec.rb b/spec/helpers/reshares_helper_spec.rb
index 60003552e3..9f145495e9 100644
--- a/spec/helpers/reshares_helper_spec.rb
+++ b/spec/helpers/reshares_helper_spec.rb
@@ -36,7 +36,7 @@ describe ResharesHelper do
           @post.reshare_count.should == 1
         end
 
-        it 'has "Reshare original" as the English text' do
+        it 'has "Reshare" as the English text' do
           reshare_link(@post).should =~ %r{>Reshare</a>}
         end
 
-- 
GitLab