1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Add a missing fixture to RoleTest (#37448).

git-svn-id: https://svn.redmine.org/redmine/trunk@21706 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-07-16 08:52:16 +00:00
parent 0ef56a4bfb
commit 7a5f7fe003

View File

@ -20,7 +20,7 @@
require File.expand_path('../../test_helper', __FILE__)
class RoleTest < ActiveSupport::TestCase
fixtures :roles, :workflows, :trackers
fixtures :roles, :workflows, :trackers, :users
def setup
User.current = nil