mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FIX: Broken spec
This commit is contained in:
@ -274,7 +274,7 @@ http://b.com/#{'a'*500}
|
|||||||
expect(ch[:domain]).to eq('www.codinghorror.com')
|
expect(ch[:domain]).to eq('www.codinghorror.com')
|
||||||
expect(ch[:username]).to eq(post.username)
|
expect(ch[:username]).to eq(post.username)
|
||||||
expect(ch[:posted_at]).to be_present
|
expect(ch[:posted_at]).to be_present
|
||||||
expect(ch[:post_url]).to be_present
|
expect(ch[:post_number]).to be_present
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'has the correct results' do
|
it 'has the correct results' do
|
||||||
|
Reference in New Issue
Block a user