summaryrefslogtreecommitdiffstats
path: root/test/unit/project_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-03 17:17:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-03 17:17:50 +0000
commit3faa3693d16207a0398adb389f244c6de396e271 (patch)
tree8cb96c0b58bfcc9e5e88fb3c4057418a63e81d98 /test/unit/project_test.rb
parentddef0ad7c164c8eee4a9832fe8fbce1fb538745a (diff)
downloadredmine-3faa3693d16207a0398adb389f244c6de396e271.tar.gz
redmine-3faa3693d16207a0398adb389f244c6de396e271.zip
Test failures.
git-svn-id: http://svn.redmine.org/redmine/trunk@16359 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_test.rb')
-rw-r--r--test/unit/project_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb
index b740ee649..66d6fa3b2 100644
--- a/test/unit/project_test.rb
+++ b/test/unit/project_test.rb
@@ -37,7 +37,8 @@ class ProjectTest < ActiveSupport::TestCase
:repositories,
:news, :comments,
:documents,
- :workflows
+ :workflows,
+ :attachments
def setup
@ecookbook = Project.find(1)