mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 22:38:55 -04:00
Fixed comment model spec
This commit is contained in:
committed by
pozorvlak
parent
97c7277a73
commit
78aa049502
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user