summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-21 04:49:22 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-21 04:49:22 +0000
commit8376311ee14abcc40854c315d30d191581bc53f6 (patch)
tree1cd1eda0c3eb5b5eab3fcdb7453594f6f3f69106 /test/functional
parentac5e3c20368362ba32fb9a6722063b2f879d2203 (diff)
downloadredmine-8376311ee14abcc40854c315d30d191581bc53f6.tar.gz
redmine-8376311ee14abcc40854c315d30d191581bc53f6.zip
add missing fixtures to test/functional/documents_controller_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10216 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/documents_controller_test.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/documents_controller_test.rb b/test/functional/documents_controller_test.rb
index b9ff12ad6..140df0d6c 100644
--- a/test/functional/documents_controller_test.rb
+++ b/test/functional/documents_controller_test.rb
@@ -18,7 +18,9 @@
require File.expand_path('../../test_helper', __FILE__)
class DocumentsControllerTest < ActionController::TestCase
- fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, :documents, :enumerations
+ fixtures :projects, :users, :roles, :members, :member_roles,
+ :enabled_modules, :documents, :enumerations,
+ :groups_users, :attachments
def setup
User.current = nil