Fix build.

This commit is contained in:
Guo Xiang Tan 2016-09-05 17:03:26 +08:00
parent aa1f306894
commit 31d900f7e7
1 changed files with 1 additions and 1 deletions

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