1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-19 07:27:12 +00:00
parent e3397db933
commit c21f5cf828
2 changed files with 0 additions and 2 deletions

View File

@ -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/activities_controller_test.rb'
- 'test/functional/project_enumerations_controller_test.rb'
- 'test/helpers/application_helper_test.rb'
- 'test/unit/query_test.rb'

View File

@ -30,7 +30,6 @@ class ActivitiesControllerTest < Redmine::ControllerTest
:enabled_modules,
:journals, :journal_details
def test_project_index
get :index, :params => {
:id => 1,