gpt4 book ai didi

ruby-on-rails - 稍后交付在 Rails 5 的测试环境中不起作用

转载 作者:行者123 更新时间:2023-12-04 12:18:48 25 4
gpt4 key购买 nike

基本上,通过测试配置准确设置它在 Rails 4 中的工作方式(将传递方法设置为测试等),除了我已替换的不推荐使用的选项之外,邮件仅发送带有 Deliver_now,而不是 Delivery_later。 Deliver_later 在开发环境中工作,即使两个环境之间的配置相同。

测试环境邮件程序配置:

config.action_mailer.delivery_method = :test
config.action_mailer.perform_deliveries = true
config.action_mailer.perform_caching = false
config.action_mailer.raise_delivery_errors = true
config.action_mailer.default_url_options = { :host => 'localhost:3000' }

最佳答案

我有同样的问题,我转而使用断言

enqueued_jobs.size

断言我的邮件已排队。此外,我对使用deliver_now 的邮件程序类进行了单元测试。

这需要包括 ActiveJob:TestHelper
class ActiveSupport::TestCase
include ActiveJob::TestHelper
end

关于ruby-on-rails - 稍后交付在 Rails 5 的测试环境中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39677612/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com