From c9c52741e2e2448a86963ef44b5046e6e8cbd022 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 14 Oct 2019 14:52:23 +0000 Subject: [PATCH] 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 --- .rubocop_todo.yml | 1 - test/functional/users_controller_test.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 61bc4222b..cd23a7fc2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs: - 'app/models/version.rb' - 'lib/redmine/info.rb' - 'lib/redmine/version.rb' - - 'test/functional/users_controller_test.rb' - 'test/helpers/sort_helper_test.rb' - 'test/unit/mailer_test.rb' - 'test/unit/project_test.rb' diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 846a85cd5..2a6a5d138 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -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}