mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user