diff options
Diffstat (limited to 'test/integration/projects_test.rb')
-rw-r--r-- | test/integration/projects_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/projects_test.rb b/test/integration/projects_test.rb index fcbf71dae..6bbeb656e 100644 --- a/test/integration/projects_test.rb +++ b/test/integration/projects_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class ProjectsTest < ActionDispatch::IntegrationTest +class ProjectsTest < Redmine::IntegrationTest fixtures :projects, :users, :members, :enabled_modules def test_archive_project |