1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-09 09:01:31 +00:00

add missing fixtures to NewsControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@13375 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-09-11 17:19:42 +00:00
parent 652ea628ad
commit 0636015826

View File

@ -18,7 +18,9 @@
require File.expand_path('../../test_helper', __FILE__)
class NewsControllerTest < ActionController::TestCase
fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, :news, :comments
fixtures :projects, :users, :roles, :members, :member_roles,
:enabled_modules, :news, :comments,
:attachments
def setup
User.current = nil