FIX: Duplicate link message should link to the post

This commit is contained in:
Robin Ward
2016-06-08 12:35:11 -04:00
parent ef6bcc08ce
commit 2169b1ecbc
4 changed files with 14 additions and 15 deletions

View File

@ -286,6 +286,7 @@ http://b.com/#{'a'*500}
expect(ch[:domain]).to eq('www.codinghorror.com')
expect(ch[:username]).to eq(post.username)
expect(ch[:posted_at]).to be_present
expect(ch[:post_url]).to be_present
end
it 'has the correct results' do