【发布时间】:2013-11-08 00:24:32
【问题描述】:
我已经按照https://github.com/brynary/webrat设置了Webrat
但是当我想:
"vist 'new'
那么“fill_in”方法就不起作用了。
这是因为 response.body 有内容:
"<html><body>You are being <a href=\"https://test.host/login\">redirected</a>.</body></html>"
谁能说出原因?
【问题讨论】:
标签: ruby-on-rails webrat