diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-14 14:51:59 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-14 14:51:59 +0000 |
commit | 9222ff952c0b558f2f234e367035f1728fdea4c9 (patch) | |
tree | 827e68c7c0d8961684b681e9eba8e1c0f750ebd4 /test/functional/email_addresses_controller_test.rb | |
parent | 70965412a696dcbd93847df40e5d4bfcc50e30fd (diff) | |
download | redmine-9222ff952c0b558f2f234e367035f1728fdea4c9.tar.gz redmine-9222ff952c0b558f2f234e367035f1728fdea4c9.zip |
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/email_addresses_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18658 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/email_addresses_controller_test.rb')
-rw-r--r-- | test/functional/email_addresses_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/email_addresses_controller_test.rb b/test/functional/email_addresses_controller_test.rb index 954ba40cb..ac11ec383 100644 --- a/test/functional/email_addresses_controller_test.rb +++ b/test/functional/email_addresses_controller_test.rb @@ -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') |