Commit cbf8bf1f authored by Tim Felgentreff's avatar Tim Felgentreff

make sure we have activity to find

parent 759313b1
......@@ -23,6 +23,11 @@ class ActivityTest < ActiveSupport::TestCase
def setup
@project = Project.find(1)
[1,4,5,6].each do |issue_id|
i = Issue.find(issue_id)
i.init_journal(User.current, "A journal to find")
i.save!
end
end
def test_activity_without_subprojects
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment