mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Add missing fixtures to AttachmentsControllerTest (#32929).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19485 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
fixtures :users, :projects, :roles, :members, :member_roles,
|
||||
fixtures :users, :user_preferences, :projects, :roles, :members, :member_roles,
|
||||
:enabled_modules, :issues, :trackers, :attachments,
|
||||
:versions, :wiki_pages, :wikis, :documents
|
||||
:versions, :wiki_pages, :wikis, :documents, :enumerations
|
||||
|
||||
def setup
|
||||
User.current = nil
|
||||
|
||||
Reference in New Issue
Block a user