##// END OF EJS Templates
add missing fixture to test/unit/project_test.rb...
Toshi MARUYAMA -
r13166:ebda9caa879c
parent child
Show More
@@ -36,7 +36,8 class ProjectTest < ActiveSupport::TestCase
36 :boards, :messages,
36 :boards, :messages,
37 :repositories,
37 :repositories,
38 :news, :comments,
38 :news, :comments,
39 :documents
39 :documents,
40 :workflows
40
41
41 def setup
42 def setup
42 @ecookbook = Project.find(1)
43 @ecookbook = Project.find(1)
General Comments 0
You need to be logged in to leave comments. Login now