summaryrefslogtreecommitdiffstats
path: root/test/helpers/activities_helper_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-13 03:01:33 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-13 03:01:33 +0000
commite5d13152bea6c4737f90d99d3b2df54fcd1544d3 (patch)
tree70ce150773e41427966125e079aa9f95a23b8dcd /test/helpers/activities_helper_test.rb
parent73648a0b9c39aa69593b72aa629dc3cf2f6fdbf6 (diff)
downloadredmine-e5d13152bea6c4737f90d99d3b2df54fcd1544d3.tar.gz
redmine-e5d13152bea6c4737f90d99d3b2df54fcd1544d3.zip
Add missing fixtures (#33602).
git-svn-id: http://svn.redmine.org/redmine/trunk@20781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers/activities_helper_test.rb')
-rw-r--r--test/helpers/activities_helper_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/helpers/activities_helper_test.rb b/test/helpers/activities_helper_test.rb
index 8f86aca9a..3e25bf52e 100644
--- a/test/helpers/activities_helper_test.rb
+++ b/test/helpers/activities_helper_test.rb
@@ -22,6 +22,8 @@ require File.expand_path('../../test_helper', __FILE__)
class ActivitiesHelperTest < Redmine::HelperTest
include ActivitiesHelper
+ fixtures :projects, :members, :users
+
class MockEvent
attr_reader :event_datetime, :event_group, :name