summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-08-12 07:46:58 +0000
committerGo MAEDA <maeda@farend.jp>2024-08-12 07:46:58 +0000
commit74e2262efb366a37a70f64dc0faec2d63086b9e5 (patch)
tree6c729c11c116119d777e2ba00fb568f529079e78 /test/functional
parentde76bb3a4a00146f8d53dbc25f2e90ca99910a22 (diff)
downloadredmine-74e2262efb366a37a70f64dc0faec2d63086b9e5.tar.gz
redmine-74e2262efb366a37a70f64dc0faec2d63086b9e5.zip
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
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/journals_controller_test.rb1
-rw-r--r--test/functional/users_controller_test.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb
index 66887dc62..e02b29ca4 100644
--- a/test/functional/journals_controller_test.rb
+++ b/test/functional/journals_controller_test.rb
@@ -113,7 +113,6 @@ class JournalsControllerTest < Redmine::ControllerTest
end
end
end
-
end
def test_diff_for_description_change
diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb
index b4c9b3584..207c8afa5 100644
--- a/test/functional/users_controller_test.rb
+++ b/test/functional/users_controller_test.rb
@@ -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