make sure we have activity to find
This commit is contained in:
parent
759313b181
commit
cbf8bf1f8d
@ -23,6 +23,11 @@ class ActivityTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
def setup
|
def setup
|
||||||
@project = Project.find(1)
|
@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
|
end
|
||||||
|
|
||||||
def test_activity_without_subprojects
|
def test_activity_without_subprojects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user