]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/email_addre...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:51:59 +0000 (14:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:51:59 +0000 (14:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18658 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/functional/email_addresses_controller_test.rb

index 1c2f276bf017f3a072f90843c56aa21e1729e972..491a58827f410bb3599959d7615eae2f52da998d 100644 (file)
@@ -137,7 +137,6 @@ Layout/EmptyLineBetweenDefs:
     - 'app/models/version.rb'
     - 'lib/redmine/info.rb'
     - 'lib/redmine/version.rb'
-    - 'test/functional/email_addresses_controller_test.rb'
     - 'test/functional/settings_controller_test.rb'
     - 'test/functional/users_controller_test.rb'
     - 'test/helpers/sort_helper_test.rb'
index 954ba40cb7a3ca8a5cfde365578cebdedc6c9e6a..ac11ec383a9c2c14d6a580945c2f491717af4b2f 100644 (file)
@@ -187,7 +187,6 @@ class EmailAddressesControllerTest < Redmine::ControllerTest
     assert [mail.bcc, mail.cc].flatten.include?('another@somenet.foo')
   end
 
-
   def test_destroy
     @request.session[:user_id] = 2
     email = EmailAddress.create!(:user_id => 2, :address => 'another@somenet.foo')