From 81d6e24a8fca881aa9d2e6adbe31c9738b37a527 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 13 Sep 2019 13:46:08 +0000 Subject: [PATCH] code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - test/functional/repositories_git_controller_test.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9e1f2f4ff..fa442429a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -300,7 +300,6 @@ Layout/IndentationConsistency: - 'app/models/attachment.rb' - 'test/functional/issues_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - - 'test/functional/repositories_git_controller_test.rb' - 'test/functional/repositories_mercurial_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb' diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index d260015d3..5a852e1ea 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -160,7 +160,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest @repository.fetch_changesets @project.reload assert_equal NUM_REV, @repository.changesets.count - [ + [ "tag00.lightweight", "tag01.annotated", ].each do |t1| -- 2.39.5