Defect #32936 » test_helper.rb.patch
test_helper.rb (working copy) | ||
---|---|---|
368 | 368 |
end |
369 | 369 | |
370 | 370 |
class IntegrationTest < ActionDispatch::IntegrationTest |
371 |
def setup |
|
372 |
# https://github.com/rails/rails/issues/37270 |
|
373 |
ActionMailer::MailDeliveryJob.disable_test_adapter |
|
374 |
super |
|
375 |
end |
|
376 | ||
371 | 377 |
def log_user(login, password) |
372 | 378 |
User.anonymous |
373 | 379 |
get "/login" |