diff options
Diffstat (limited to 'test/integration/lib/redmine/menu_manager_test.rb')
-rw-r--r-- | test/integration/lib/redmine/menu_manager_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/redmine/menu_manager_test.rb b/test/integration/lib/redmine/menu_manager_test.rb index 1699a2ac1..5d3826a23 100644 --- a/test/integration/lib/redmine/menu_manager_test.rb +++ b/test/integration/lib/redmine/menu_manager_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../../../test_helper', __FILE__) -class MenuManagerTest < ActionController::IntegrationTest +class MenuManagerTest < ActionDispatch::IntegrationTest include Redmine::I18n fixtures :projects, :trackers, :issue_statuses, :issues, |