我應該使用下列哪一項對於採用水豚?:黃瓜&水豚:應該使用rendered.should,page.should或response.should?
rendered.should have_selector
page.should have_selector
response.should have_selector
我似乎無法得到其中的任何工作黃瓜功能 - 我收到一個不同的錯誤信息爲每個
我應該使用下列哪一項對於採用水豚?:黃瓜&水豚:應該使用rendered.should,page.should或response.should?
rendered.should have_selector
page.should have_selector
response.should have_selector
我似乎無法得到其中的任何工作黃瓜功能 - 我收到一個不同的錯誤信息爲每個
經過一些棘手的谷歌代碼搜索,答案似乎是
response.should have_selector
正確的方法是page.should have_selector
。請查看README的「查詢」部分以獲取更多文檔。
(有沒有叫rendered
(據我所知)方法,並response
存在於Capybara::Driver::RackTest
,但我不知道人們可能會如何使用它 - 我從來沒有需要的話)
注意渲染後的`render`可以在視圖規格中使用。 – evanrmurphy 2012-03-14 21:28:28