summaryrefslogtreecommitdiffstats
path: root/test/functional/journals_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/journals_controller_test.rb')
-rw-r--r--test/functional/journals_controller_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb
index 26419e33b..f6549910a 100644
--- a/test/functional/journals_controller_test.rb
+++ b/test/functional/journals_controller_test.rb
@@ -20,11 +20,6 @@
require_relative '../test_helper'
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
-
def setup
User.current = nil
end