Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses enabled in rubocop-rails-omakase (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@22950 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-08-12 07:46:58 +00:00
parent de76bb3a4a
commit 74e2262efb
8 changed files with 0 additions and 19 deletions

View File

@@ -962,7 +962,6 @@ class UsersControllerTest < Redmine::ControllerTest
ActionMailer::Base.deliveries.clear
delete :destroy, :params => {:id => 1, :confirm => User.find(1).login}
assert_nil ActionMailer::Base.deliveries.last
end
def test_update_unlock_admin_should_send_security_notification