Project

General

Profile

Defect #32936 » test_helper.rb.patch

Pavel Rosický, 2020-02-03 02:00

View differences:

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"
    (1-1/1)