diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-03 07:19:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-03 07:19:47 +0000 |
commit | ebda9caa879c853173a393ac7f24d05f7f1176e5 (patch) | |
tree | 1f02392770e041d7c107067736896ceef6694ada /test/unit/project_test.rb | |
parent | 08f1056e24032766adf042a4fd9812e2251da6d9 (diff) | |
download | redmine-ebda9caa879c853173a393ac7f24d05f7f1176e5.tar.gz redmine-ebda9caa879c853173a393ac7f24d05f7f1176e5.zip |
add missing fixture to test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13548 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_test.rb')
-rw-r--r-- | test/unit/project_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb index ff859b6f3..62ecf5293 100644 --- a/test/unit/project_test.rb +++ b/test/unit/project_test.rb @@ -36,7 +36,8 @@ class ProjectTest < ActiveSupport::TestCase :boards, :messages, :repositories, :news, :comments, - :documents + :documents, + :workflows def setup @ecookbook = Project.find(1) |