diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-02 22:30:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-02 22:30:44 +0000 |
commit | bb1563f23ffabcf948797e0d8806c3d5344d09a7 (patch) | |
tree | c3c87ae82aa846b45800eeb8179fd7ebab0adf4a /test/integration/lib | |
parent | 1d4c8abe9687c428951916b2e51cf655af905ad9 (diff) | |
download | redmine-bb1563f23ffabcf948797e0d8806c3d5344d09a7.tar.gz redmine-bb1563f23ffabcf948797e0d8806c3d5344d09a7.zip |
fix integration hook test name
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10546 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/lib')
-rw-r--r-- | test/integration/lib/redmine/hook_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/lib/redmine/hook_test.rb b/test/integration/lib/redmine/hook_test.rb index 790ae6a52..f3fb47307 100644 --- a/test/integration/lib/redmine/hook_test.rb +++ b/test/integration/lib/redmine/hook_test.rb @@ -17,8 +17,7 @@ require File.expand_path('../../../../test_helper', __FILE__) -class MenuManagerTest < ActionController::IntegrationTest - +class HookTest < ActionController::IntegrationTest fixtures :users, :roles, :projects, :members, :member_roles # Hooks that are manually registered later |