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:
parent
0ef56a4bfb
commit
7a5f7fe003
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user