From bb1563f23ffabcf948797e0d8806c3d5344d09a7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 2 Oct 2012 22:30:44 +0000 Subject: [PATCH] fix integration hook test name git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10546 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/lib/redmine/hook_test.rb | 3 +-- 1 file changed, 1 insertion(+), 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