Rails 3 和 Webrat:错误的重定向

发布于 2024-10-14 13:20:02 字数 301 浏览 2 评论 0原文

我无法进行测试,因为有些东西没有真正起作用。

代码在这里: http://pastie.org/1506941

我得到了一个我想要的简单登录进行测试。但每次 webrat 对 /user_session 执行 POST 时,我都会在登录后访问 /account_finder (仅在未给出子域的情况下才会重定向)而不是目标控制器。

红宝石 1.9.2 导轨3.0.3 Webrat 0.7.3

有人能给我建议吗?

I can't do my tests because something is not really working.

The code is in this pastie here: http://pastie.org/1506941

i got a simple login which i want to test. But every time webrat does the POST to /user_session i get to /account_finder (which is only redirected if no subdomain is given) instead of the target controller after a login.

Ruby 1.9.2
Rails 3.0.3
Webrat 0.7.3

Can someone give me an advice?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独闯女儿国 2024-10-21 13:20:02

也许不是最好的解决方案,但我现在正在使用黄瓜。它在那里工作。

Maybe not the best solution, but I'm using cucumber now. It is working there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文