2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix build.

This commit is contained in:
Guo Xiang Tan 2016-09-05 17:03:26 +08:00
parent aa1f306894
commit 31d900f7e7

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