summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-28 08:04:15 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-28 08:04:15 +0000
commitce84161b8310ca39431c476c195ee4d39c9cdd37 (patch)
tree769541f4af46a8ccc998e77a35d203e1eb8f281b /test
parent83219e585fe36496f5d84ffbd7e44a03c501fbf7 (diff)
downloadredmine-ce84161b8310ca39431c476c195ee4d39c9cdd37.tar.gz
redmine-ce84161b8310ca39431c476c195ee4d39c9cdd37.zip
Add missing fixtures to TimeEntryCustomFieldTest (#34976).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20870 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/time_entry_custom_field_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/time_entry_custom_field_test.rb b/test/unit/time_entry_custom_field_test.rb
index aade17406..4d52667b6 100644
--- a/test/unit/time_entry_custom_field_test.rb
+++ b/test/unit/time_entry_custom_field_test.rb
@@ -22,7 +22,7 @@ require File.expand_path('../../test_helper', __FILE__)
class TimeEntryCustomFieldTest < ActiveSupport::TestCase
include Redmine::I18n
- fixtures :roles
+ fixtures :roles, :users, :members, :member_roles, :projects, :enabled_modules, :issues
def setup
User.current = nil