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

.rubocop_todo.yml
test/functional/users_controller_test.rb

index 61bc4222bfee1ff2994543969fd01fdb9ce60987..cd23a7fc207300201f0fdaac8bca6219b93f9c39 100644 (file)
@@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs:
     - 'app/models/version.rb'
     - 'lib/redmine/info.rb'
     - 'lib/redmine/version.rb'
-    - 'test/functional/users_controller_test.rb'
     - 'test/helpers/sort_helper_test.rb'
     - 'test/unit/mailer_test.rb'
     - 'test/unit/project_test.rb'
index 846a85cd5b5a61f8d0e1dc60ce971fa60bf4af6d..2a6a5d138dc7743c0d20631d1674073658475a2b 100644 (file)
@@ -420,7 +420,6 @@ class UsersControllerTest < Redmine::ControllerTest
     assert_nil ActionMailer::Base.deliveries.last
   end
 
-
   def test_edit
     with_settings :gravatar_enabled => '1' do
       get :edit, :params => {:id => 2}