diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-14 18:45:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-14 18:45:57 +0000 |
commit | 2e375622063bef5dab6194be0d0cba093adcb235 (patch) | |
tree | 72924d61bd41ed1fd10346e5a94810871227b8b5 | |
parent | 0d4fbfe3405494a8c6e7ef2ec91dacc2f145a4a3 (diff) | |
download | redmine-2e375622063bef5dab6194be0d0cba093adcb235.tar.gz redmine-2e375622063bef5dab6194be0d0cba093adcb235.zip |
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
-rw-r--r-- | .rubocop_todo.yml | 1 | ||||
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 1 |
2 files changed, 0 insertions, 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 |