diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-14 09:35:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-14 09:35:49 +0000 |
commit | 2e4e610930cda0a800bced31f2ab0a473fd384e2 (patch) | |
tree | 17dc8a16782044e0b9e9a0796d41794c7287eb95 /test/functional/journals_controller_test.rb | |
parent | 9d9e26317a611a393d966e80ec4620304baff67e (diff) | |
download | redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.tar.gz redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.zip |
Adds our own class for controller tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15661 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/journals_controller_test.rb')
-rw-r--r-- | test/functional/journals_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb index 424a4aa8b..5e930eba0 100644 --- a/test/functional/journals_controller_test.rb +++ b/test/functional/journals_controller_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class JournalsControllerTest < ActionController::TestCase +class JournalsControllerTest < Redmine::ControllerTest fixtures :projects, :users, :members, :member_roles, :roles, :issues, :journals, :journal_details, :enabled_modules, :trackers, :issue_statuses, :enumerations, :custom_fields, :custom_values, :custom_fields_projects, :projects_trackers |