]> source.dussan.org Git - redmine.git/commitdiff
rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_controller_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 30 Jul 2019 13:07:20 +0000 (13:07 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 30 Jul 2019 13:07:20 +0000 (13:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18334 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/functional/repositories_git_controller_test.rb

index 855d6a37395fc873c61e0a1cd457635b0c85d466..0385514b86121468395c3c6176e68d12f3c20b78 100644 (file)
@@ -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'
index 5ecc377cbd8faabc46c16ff0fca5a4dc23037ae7..978bf691898d31e10ea4f6e154db4c760bb6c590 100644 (file)
@@ -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,