code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/users_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18660 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-14 14:52:23 +00:00
parent 82da7583c8
commit c9c52741e2
2 changed files with 0 additions and 2 deletions

View File

@@ -420,7 +420,6 @@ class UsersControllerTest < Redmine::ControllerTest
assert_nil ActionMailer::Base.deliveries.last
end
def test_edit
with_settings :gravatar_enabled => '1' do
get :edit, :params => {:id => 2}