FEATURE: DiscourseEvent hook for server side markdown context.

This commit is contained in:
Guo Xiang Tan
2016-01-29 22:59:15 +08:00
parent 7d5fdd0997
commit 28ac5fb17c
2 changed files with 2 additions and 2 deletions

View File

@ -78,6 +78,7 @@ describe PostCreator do
DiscourseEvent.expects(:trigger).with(:after_validate_topic, anything, anything).once
DiscourseEvent.expects(:trigger).with(:before_create_topic, anything, anything).once
DiscourseEvent.expects(:trigger).with(:after_trigger_post_process, anything).once
DiscourseEvent.expects(:trigger).with(:markdown_context, anything).at_least_once
creator.create
end