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

.rubocop_todo.yml
test/functional/repositories_mercurial_controller_test.rb

index 0385514b86121468395c3c6176e68d12f3c20b78..89860b55d4bccaabf5c053f6387e79b4b2651ab4 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_mercurial_controller_test.rb'
     - 'test/unit/lib/redmine/menu_manager/mapper_test.rb'
     - 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb'
     - 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
index 6c48f964279a453abc77986d5994345295ebc804..29ddc4fcaaf533c800d97d76fb0b72e2925677fc 100644 (file)
@@ -518,7 +518,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
           assert_response :success
           assert_select 'title',
                         :text => 'Revision 1:9d5b5b004199 - Added 2 files and modified one. - eCookbook Subproject 1 - Redmine'
-          end
+        end
       end
     end