From 35a4d23ced42fa3e273e350897be8e9143f54a40 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 19 Oct 2019 07:27:23 +0000 Subject: [PATCH] code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enumerations_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - test/functional/project_enumerations_controller_test.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ce172d0ed..9ba1281d8 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -108,7 +108,6 @@ Layout/EmptyLines: - 'db/migrate/001_setup.rb' - 'lib/redmine/sudo_mode.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - - 'test/functional/project_enumerations_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/unit/query_test.rb' diff --git a/test/functional/project_enumerations_controller_test.rb b/test/functional/project_enumerations_controller_test.rb index 98b7a8dd7..ead27661b 100644 --- a/test/functional/project_enumerations_controller_test.rb +++ b/test/functional/project_enumerations_controller_test.rb @@ -109,7 +109,6 @@ class ProjectEnumerationsControllerTest < Redmine::ControllerTest }) assert project_activity_two.save - put :update, :params => { :project_id => 1, :enumerations => { -- 2.39.5