mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
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
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user