mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 06:58:17 +00: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:
parent
f31a1e2bbb
commit
68eede7e75
@ -20,7 +20,7 @@
|
|||||||
require File.expand_path('../../../../test_helper', __FILE__)
|
require File.expand_path('../../../../test_helper', __FILE__)
|
||||||
|
|
||||||
class Redmine::ProjectJumpBoxTest < ActiveSupport::TestCase
|
class Redmine::ProjectJumpBoxTest < ActiveSupport::TestCase
|
||||||
fixtures :users, :projects, :user_preferences
|
fixtures :users, :projects, :user_preferences, :members, :roles, :member_roles
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
@user = User.find_by_login 'jsmith'
|
@user = User.find_by_login 'jsmith'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user