]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to NewsControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Sep 2014 17:19:42 +0000 (17:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Sep 2014 17:19:42 +0000 (17:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13375 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/news_controller_test.rb

index 9fdfc066c596c61d9e0a7557d0be06416e220286..8a758628591953678109a6a5408252191ec1f36a 100644 (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