diff options
Diffstat (limited to 'test/integration/lib/redmine/hook_test.rb')
-rw-r--r-- | test/integration/lib/redmine/hook_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/redmine/hook_test.rb b/test/integration/lib/redmine/hook_test.rb index 9e5c5bbb1..20509ce4e 100644 --- a/test/integration/lib/redmine/hook_test.rb +++ b/test/integration/lib/redmine/hook_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../../../test_helper', __FILE__) -class HookTest < ActionDispatch::IntegrationTest +class HookTest < Redmine::IntegrationTest fixtures :users, :roles, :projects, :members, :member_roles # Hooks that are manually registered later |