mirror of
https://github.com/redmine/redmine.git
synced 2026-03-10 22:50:55 +01:00
Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
require File.expand_path('../../../../test_helper', __FILE__)
|
||||
|
||||
class Redmine::ProjectJumpBoxTest < ActiveSupport::TestCase
|
||||
fixtures :users, :projects, :user_preferences
|
||||
fixtures :users, :projects, :user_preferences, :members, :roles, :member_roles
|
||||
|
||||
def setup
|
||||
@user = User.find_by_login 'jsmith'
|
||||
|
||||
Reference in New Issue
Block a user