From 2e375622063bef5dab6194be0d0cba093adcb235 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 14 Sep 2019 18:45:57 +0000 Subject: [PATCH] code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18469 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - test/functional/repositories_git_controller_test.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fa442429a..2fb21229b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -219,7 +219,6 @@ Layout/EmptyLinesAroundMethodBody: - 'db/migrate/20111201201315_add_unique_index_to_issue_relations.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'test/functional/journals_controller_test.rb' - - 'test/functional/repositories_git_controller_test.rb' - 'test/functional/users_controller_test.rb' - 'test/integration/account_test.rb' - 'test/unit/attachment_test.rb' diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 5a852e1ea..fbb9e69dc 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -289,7 +289,6 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest assert_select 'h2 a', :text => 'sources' assert_select 'table.entries tbody' assert_select 'div.contextual > a.icon-download', false - end def test_diff -- 2.39.5