]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_controller...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 19 Oct 2019 07:27:12 +0000 (07:27 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 19 Oct 2019 07:27:12 +0000 (07:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/functional/activities_controller_test.rb

index 0da5b7de14ae715105f39f43bdb1d653ecb5bdd5..ce172d0ed7def9557cb6d76475104d0b5dd7c628 100644 (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'
index 5b0cf9d022795d8b2165d53e6afe684a0320f8fa..8d6cc3acab2ccd89c017f4a4fa5e7e84e84403ad 100644 (file)
@@ -30,7 +30,6 @@ class ActivitiesControllerTest < Redmine::ControllerTest
            :enabled_modules,
            :journals, :journal_details
 
-
   def test_project_index
     get :index, :params => {
         :id => 1,