fix integration hook test name
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10546 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1d4c8abe96
commit
bb1563f23f
|
@ -17,8 +17,7 @@
|
||||||
|
|
||||||
require File.expand_path('../../../../test_helper', __FILE__)
|
require File.expand_path('../../../../test_helper', __FILE__)
|
||||||
|
|
||||||
class MenuManagerTest < ActionController::IntegrationTest
|
class HookTest < ActionController::IntegrationTest
|
||||||
|
|
||||||
fixtures :users, :roles, :projects, :members, :member_roles
|
fixtures :users, :roles, :projects, :members, :member_roles
|
||||||
|
|
||||||
# Hooks that are manually registered later
|
# Hooks that are manually registered later
|
||||||
|
|
Loading…
Reference in New Issue