summaryrefslogtreecommitdiffstats
path: root/test/functional/news_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-11 17:19:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-11 17:19:42 +0000
commit0636015826a4433dcfdf2339707329140d26b2de (patch)
treed37c2b0e3e3520c2790819836c984607dc5a3415 /test/functional/news_controller_test.rb
parent652ea628ad0d769c98d8dd41382542b3a4f3f9d1 (diff)
downloadredmine-0636015826a4433dcfdf2339707329140d26b2de.tar.gz
redmine-0636015826a4433dcfdf2339707329140d26b2de.zip
add missing fixtures to NewsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13375 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/news_controller_test.rb')
-rw-r--r--test/functional/news_controller_test.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/news_controller_test.rb b/test/functional/news_controller_test.rb
index 9fdfc066c..8a7586285 100644
--- a/test/functional/news_controller_test.rb
+++ b/test/functional/news_controller_test.rb
@@ -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