Made spec text correspond to actual text tested.

This commit is contained in:
Pistos 2011-10-04 02:18:04 -04:00
parent 99f2d4f018
commit a9c6905e29

View file

@ -36,7 +36,7 @@ describe ResharesHelper do
@post.reshare_count.should == 1 @post.reshare_count.should == 1
end 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>} reshare_link(@post).should =~ %r{>Reshare</a>}
end end