Rails:如何测试完整视图路径的should_render_template [或类似]?
好吧,假设我正在从一个奇怪的路径渲染视图,想一想:
prepend_view_path 'app/custom_views'
我想测试视图是否从该路径渲染,例如:
should_render_template 'app/custom_views/controller/action'
但是此匹配器仅适用于最后一位“控制器/操作”。
如何测试渲染的文件是否具有路径,包括“custom_views”?
或者,如何测试实际使用了哪个视图路径?
OK, lets say I'm rendering a view from an oddball path, think:
prepend_view_path 'app/custom_views'
I'd like to test that the view gets rendered from this path like:
should_render_template 'app/custom_views/controller/action'
However this matcher only works on the last bits "controller/action".
How can I test that the file rendered has the path, including the 'custom_views'?
Alternately, how can I test which view path was actually used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论