mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:44:40 +08:00
First Try: Include Post History (context) in Notification Emails
This commit is contained in:
@ -91,7 +91,11 @@ describe UserNotifications do
|
||||
end
|
||||
|
||||
it "has a message" do
|
||||
expects_build_with(has_entry(:message, post.raw))
|
||||
expects_build_with(has_key(:message))
|
||||
end
|
||||
|
||||
it "has a context" do
|
||||
expects_build_with(has_key(:context))
|
||||
end
|
||||
|
||||
it "has an unsubscribe link" do
|
||||
|
Reference in New Issue
Block a user