mirror of
https://github.com/redmine/redmine.git
synced 2026-03-17 18:10:47 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user