gpt4 book ai didi

ruby-on-rails - 如何在 Rspec 助手中模拟 remote_ip?

转载 作者:行者123 更新时间:2023-12-03 16:06:12 25 4
gpt4 key购买 nike

我有一个辅助规范,上面写着:expect(request).to receive(:remote_ip).and_return('1.2.3.4')
运行测试,他们通过了,但有一个警告:

警告:预期 :remote_ip设置于 nil .允许对 nil 的期望并取消此消息,设置 config.allow_expectations_on_niltrue .禁止对 nil 的期望, 设置 config.allow_expectations_on_nilfalse .

我试过使用 helper.request 和 controller.request,但是测试失败了:undefined method remote_ip for nil:NilClass
你如何模拟你的IP地址?

最佳答案

您可以将 env 键用于包含 "REMOTE_ADDR" 的方法参数。 key :

post path, params: params, env: { "REMOTE_ADDR": your_desired_ip }

关于ruby-on-rails - 如何在 Rspec 助手中模拟 remote_ip?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37146282/

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