如何在 Rails 的功能测试中测试 cookie 状态?
如何测试使用 cookie 的给定控制器操作?
功能测试中如何设置cookie以及如何获取?
How do I test a given controller action that uses cookies?
How to set cookies in functional tests and how to get them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是在 Rails 2.3.8 上运行的代码(注释掉的行使测试无法通过):
我花了很长时间寻找答案。
This is the code that works on Rails 2.3.8 (lines commented out make the test not pass):
I have spend some quite long time looking for the answer.