summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/hook_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/lib/redmine/hook_test.rb')
-rw-r--r--test/unit/lib/redmine/hook_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/lib/redmine/hook_test.rb b/test/unit/lib/redmine/hook_test.rb
index 1352d251e..af9ca9ded 100644
--- a/test/unit/lib/redmine/hook_test.rb
+++ b/test/unit/lib/redmine/hook_test.rb
@@ -66,6 +66,7 @@ class Redmine::Hook::ManagerTest < ActionView::TestCase
def setup
@hook_module = Redmine::Hook
+ @hook_module.clear_listeners
end
def teardown