Fix build.

This commit is contained in:
Guo Xiang Tan
2016-09-05 17:03:41 +08:00
parent aa1f306894
commit 31d900f7e7
+1 -1
View File
@@ -57,7 +57,7 @@ describe Plugin::Instance do
end
after do
DiscourseEvent.off(:hello, &@set.last)
DiscourseEvent.off(:hello, &@set.first)
end
it "checks enabled/disabled functionality for extensions" do