2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Remove DiscourseEvent.clear.

This commit is contained in:
Guo Xiang Tan 2016-09-05 15:15:26 +08:00
parent e0a2346b92
commit aa9decf6fd
4 changed files with 5 additions and 17 deletions

View file

@ -56,7 +56,7 @@ describe Plugin::Instance do
end
after do
DiscourseEvent.clear
DiscourseEvent.off(:hello)
end
it "checks enabled/disabled functionality for extensions" do