diff --git a/spec/helpers/reshares_helper_spec.rb b/spec/helpers/reshares_helper_spec.rb index 60003552e3fa6ca30d7ad1f288c1f4184578047c..9f145495e983e009ca6ac39f242daaf2d758319b 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