Fixed comment model spec

This commit is contained in:
Brenda Wallace
2017-10-22 10:50:34 +13:00
committed by pozorvlak
parent 97c7277a73
commit 78aa049502

View File

@@ -27,7 +27,7 @@ describe Comment do
@n = Notification.first
@n.sender.should eq @c.author
@n.recipient.should eq @c.post.author
@n.subject.should have_content 'commented on'
@n.subject.should include 'commented on'
@n.body.should eq @c.body
@n.post.should eq @c.post
end