与测试::单位的间隙
我正在使用 Clearance 与我的 Rails 应用程序进行身份验证,该应用程序有效。但现在我所有的单元测试都失败了,因为它们重定向到登录页面,这是有道理的。 Clearance 似乎有帮助函数来解决这个问题,但我只能找到它们 Shoulda。 Test::Unit 是否有等效的帮助程序?
I am using Clearance for authentication with my rails app which works. But now all my unit tests fail because they redirect to the sign in page, which makes sense. Clearance seems to have helper functions for fixing that but I can only find them for Shoulda. Are there equivalent helpers for Test::Unit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 shoulda 宏的工作方式会有更多“魔力”,但实际上非常简单。要添加sign_in行为,只需将其添加到test_helper.rb中
I thought there'd be more 'magic' to how the shoulda macros work but it's actually really simple. To add the sign_in behavior just add this to the test_helper.rb