diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-21 04:26:00 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-21 04:26:00 +0000 |
commit | ac0b69298ca9bc3dfe5d57ebf8eeaab161d8e30f (patch) | |
tree | 92d85fcdea5c7e5dcd156ecd690825db58e20e2b /test | |
parent | d48769f152ffbfa7203889c6c08e6bb0591e3ab3 (diff) | |
download | redmine-ac0b69298ca9bc3dfe5d57ebf8eeaab161d8e30f.tar.gz redmine-ac0b69298ca9bc3dfe5d57ebf8eeaab161d8e30f.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/my_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index 52dbcb85a..a054d1616 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -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"]' |