mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user