FIX: Broken spec

This commit is contained in:
Robin Ward 2016-06-09 14:31:32 -04:00
parent eee15dfe7f
commit c3ad0f447a
1 changed files with 1 additions and 1 deletions

View File

@ -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