mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
FIX: Broken spec
This commit is contained in:
parent
eee15dfe7f
commit
c3ad0f447a
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,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
|
||||
expect(ch[:post_number]).to be_present
|
||||
end
|
||||
|
||||
it 'has the correct results' do
|
||||
|
|
Loading…
Reference in a new issue