1
rspecを使用して予想されたパスに終わったことをテストできる方法はありますか?これは私にエラーを与えるRspecが正しいパスに終わったことを確認してください
it "should be the forgot password path" do
response.should redirect_to(new_user_password_path)
end
::のような
何か
Failure/Error: response.should redirect_to(new_user_password_path)
ArgumentError:
@request must be an ActionDispatch::Request
バマー。 「それは悲しい」という意味ですか? –
yep ahaha、typo = D – Castilho