summaryrefslogtreecommitdiffstats
path: root/test/functional/settings_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-14 14:52:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-14 14:52:11 +0000
commit82da7583c8a572602f13c3a8874044b9914cf9d1 (patch)
tree7b591a0b6b991383433593117e5292a92e51e93a /test/functional/settings_controller_test.rb
parent9222ff952c0b558f2f234e367035f1728fdea4c9 (diff)
downloadredmine-82da7583c8a572602f13c3a8874044b9914cf9d1.tar.gz
redmine-82da7583c8a572602f13c3a8874044b9914cf9d1.zip
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
Diffstat (limited to 'test/functional/settings_controller_test.rb')
-rw-r--r--test/functional/settings_controller_test.rb1
1 files changed, 0 insertions, 1 deletions
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