]> source.dussan.org Git - redmine.git/commitdiff
add missing fixture to test/unit/project_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 3 Nov 2014 07:19:47 +0000 (07:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 3 Nov 2014 07:19:47 +0000 (07:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13548 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/project_test.rb

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