From 82da7583c8a572602f13c3a8874044b9914cf9d1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 14 Oct 2019 14:52:11 +0000 Subject: [PATCH] code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18659 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - test/functional/settings_controller_test.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 491a58827..61bc4222b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs: - 'app/models/version.rb' - 'lib/redmine/info.rb' - 'lib/redmine/version.rb' - - 'test/functional/settings_controller_test.rb' - 'test/functional/users_controller_test.rb' - 'test/helpers/sort_helper_test.rb' - 'test/unit/mailer_test.rb' diff --git a/test/functional/settings_controller_test.rb b/test/functional/settings_controller_test.rb index ff2ec3a0e..faf5f2aae 100644 --- a/test/functional/settings_controller_test.rb +++ b/test/functional/settings_controller_test.rb @@ -196,7 +196,6 @@ class SettingsControllerTest < Redmine::ControllerTest assert_nil (mail = ActionMailer::Base.deliveries.last) end - def test_get_plugin_settings ActionController::Base.append_view_path(File.join(Rails.root, "test/fixtures/plugins")) Redmine::Plugin.register :foo do