Browse Source

Remove unnecessary `include` added in r20778 (#13767).


git-svn-id: http://svn.redmine.org/redmine/trunk@20779 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 3 years ago
parent
commit
b5635490f2
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      test/functional/roles_controller_test.rb

+ 0
- 2
test/functional/roles_controller_test.rb View File

@@ -22,8 +22,6 @@ require File.expand_path('../../test_helper', __FILE__)
class RolesControllerTest < Redmine::ControllerTest
fixtures :roles, :users, :members, :member_roles, :workflows, :trackers

include Redmine::I18n

def setup
User.current = nil
@request.session[:user_id] = 1 # admin

Loading…
Cancel
Save