mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
cleanup: rubocop: fix Layout/AlignArguments in test/functional/journals_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19185 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -13,7 +13,6 @@ Layout/AlignArguments:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'config/application.rb'
|
- 'config/application.rb'
|
||||||
- 'lib/redmine/scm/adapters/bazaar_adapter.rb'
|
- 'lib/redmine/scm/adapters/bazaar_adapter.rb'
|
||||||
- 'test/functional/journals_controller_test.rb'
|
|
||||||
- 'test/integration/api_test/attachments_test.rb'
|
- 'test/integration/api_test/attachments_test.rb'
|
||||||
- 'test/integration/api_test/groups_test.rb'
|
- 'test/integration/api_test/groups_test.rb'
|
||||||
- 'test/integration/api_test/issue_relations_test.rb'
|
- 'test/integration/api_test/issue_relations_test.rb'
|
||||||
|
|||||||
@@ -20,8 +20,10 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class JournalsControllerTest < Redmine::ControllerTest
|
class JournalsControllerTest < Redmine::ControllerTest
|
||||||
fixtures :projects, :users, :members, :member_roles, :roles, :issues, :journals, :journal_details, :enabled_modules,
|
fixtures :projects, :users, :members, :member_roles, :roles,
|
||||||
:trackers, :issue_statuses, :enumerations, :custom_fields, :custom_values, :custom_fields_projects, :projects_trackers
|
:issues, :journals, :journal_details, :enabled_modules,
|
||||||
|
:trackers, :issue_statuses, :enumerations, :custom_fields,
|
||||||
|
:custom_values, :custom_fields_projects, :projects_trackers
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
User.current = nil
|
User.current = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user