From ac0b69298ca9bc3dfe5d57ebf8eeaab161d8e30f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 21 Jan 2020 04:26:00 +0000 Subject: 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 --- test/functional/my_controller_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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"]' -- cgit v1.2.3