我安装了devise并添加了config.action_mailer.default_url_options = {:host => ‘localhost:3000’}到我的development.rb文件.当我运行黄瓜,我得到一个错误:
Missing host to link to! Please provide :host parameter or set
default_url_options[:host] (ActionView::Template::Error)
有谁知道这是什么关系?没有太多关于这个谷歌的信息
解决方法
黄瓜运行您的测试环境,因此您需要在test.rb中添加相同的行.