add missing fixture to test/unit/project_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13548 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-11-03 07:19:47 +00:00
parent 08f1056e24
commit ebda9caa87

View File

@@ -36,7 +36,8 @@ class ProjectTest < ActiveSupport::TestCase
:boards, :messages, :boards, :messages,
:repositories, :repositories,
:news, :comments, :news, :comments,
:documents :documents,
:workflows
def setup def setup
@ecookbook = Project.find(1) @ecookbook = Project.find(1)