Improve spec.

This commit is contained in:
Guo Xiang Tan 2016-06-13 13:16:24 +08:00
parent 1fe499e893
commit 95efdce74f
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ http://b.com/#{'a'*500}
expect(lookup[:post_number]).to eq(1) expect(lookup[:post_number]).to eq(1)
result = TopicLink.duplicate_lookup(post.topic) result = TopicLink.duplicate_lookup(post.topic)
expect(result.count).to eq(0) expect(result).to eq({})
end end
end end
end end