Rails:如何测试完整视图路径的should_render_template [或类似]?

发布于 2024-12-19 20:02:47 字数 310 浏览 2 评论 0原文

好吧,假设我正在从一个奇怪的路径渲染视图,想一想:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文