Made spec text correspond to actual text tested.
This commit is contained in:
parent
99f2d4f018
commit
a9c6905e29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue