]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_co...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:52:11 +0000 (14:52 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:52:11 +0000 (14:52 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18659 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/functional/settings_controller_test.rb

index 491a58827f410bb3599959d7615eae2f52da998d..61bc4222bfee1ff2994543969fd01fdb9ce60987 100644 (file)
@@ -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'
index ff2ec3a0eb2f9dab9d3000b1f528f06de162d413..faf5f2aaeb5d867381924b23c861527b8f488e61 100644 (file)
@@ -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