Project

General

Profile

Patch #35727 ยป 35727.patch

Yuichi HARADA, 2021-08-10 03:42

View differences:

test/unit/lib/redmine/project_jump_box_test.rb
20 20
require File.expand_path('../../../../test_helper', __FILE__)
21 21

  
22 22
class Redmine::ProjectJumpBoxTest < ActiveSupport::TestCase
23
  fixtures :users, :projects, :user_preferences
23
  fixtures :users, :projects, :user_preferences, :members, :roles, :member_roles
24 24

  
25 25
  def setup
26 26
    @user = User.find_by_login 'jsmith'
    (1-1/1)