From 05c1e19bd84ae49aa46129575d24f12e74c3c3e4 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 30 Jul 2019 13:07:20 +0000 Subject: [PATCH] rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18334 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 855d6a373..0385514b8 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -59,7 +59,6 @@ Layout/BlockAlignment: - 'app/models/project.rb' - 'app/models/time_entry.rb' - 'test/functional/issues_controller_test.rb' - - 'test/functional/repositories_git_controller_test.rb' - 'test/functional/repositories_mercurial_controller_test.rb' - 'test/unit/lib/redmine/menu_manager/mapper_test.rb' - 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb' diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 5ecc377cb..978bf6918 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -163,7 +163,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest [ "tag00.lightweight", "tag01.annotated", - ].each do |t1| + ].each do |t1| get :show, :params => { :id => PRJ_ID, :repository_id => @repository.id, -- 2.39.5