0
爲什麼會RSpec的have_selector與請求和request.body
response.body.should have_selector "result"
通和
response.should have_selector "result"
不及格?
據我所知ActionController::TestResponse
作爲response
返回,response.body
是String
。
have_selector僅對字符串有效嗎?
這就是我的想法。只是驗證,因爲這是從have_tag移到have_selector時破壞的。 ] – maletor