diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-09-11 17:19:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-09-11 17:19:42 +0000 |
commit | 0636015826a4433dcfdf2339707329140d26b2de (patch) | |
tree | d37c2b0e3e3520c2790819836c984607dc5a3415 /test/functional/news_controller_test.rb | |
parent | 652ea628ad0d769c98d8dd41382542b3a4f3f9d1 (diff) | |
download | redmine-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.rb | 4 |
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 |