mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 09:16:02 +01:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user