From 62d536f657ff3be81f2373adb5e6700f648aa130 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 30 Jul 2019 13:07:31 +0000 Subject: [PATCH] rubocop: fix Layout/BlockAlignment of test/functional/repositories_mercurial_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18335 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - test/functional/repositories_mercurial_controller_test.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0385514b8..89860b55d 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_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' diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 6c48f9642..29ddc4fca 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -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 -- 2.39.5