diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-19 07:27:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-19 07:27:23 +0000 |
commit | 35a4d23ced42fa3e273e350897be8e9143f54a40 (patch) | |
tree | d30da07f4d032f9866df458fda18e4f6c19f13fd | |
parent | c21f5cf8286426c26e0f37df15564001317f26d3 (diff) | |
download | redmine-35a4d23ced42fa3e273e350897be8e9143f54a40.tar.gz redmine-35a4d23ced42fa3e273e350897be8e9143f54a40.zip |
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
-rw-r--r-- | .rubocop_todo.yml | 1 | ||||
-rw-r--r-- | test/functional/project_enumerations_controller_test.rb | 1 |
2 files changed, 0 insertions, 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 => { |