1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-27 10:51:15 +00:00

Code cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/functional/my_controller_test.rb (#32628).

git-svn-id: http://svn.redmine.org/redmine/trunk@19450 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-01-21 04:26:00 +00:00
parent d48769f152
commit ac0b69298c

View File

@ -429,7 +429,6 @@ class MyControllerTest < Redmine::ControllerTest
end
def test_my_account_notify_about_high_priority_issues_preference
# normally, preference should be shown
get :account
assert_select 'label[for="pref_notify_about_high_priority_issues"]'