0
私はRSpecのでは初心者だけど、私はレールのコードで私のルビーRSpecでこのアクションをどのようにテストしますか?
def create
@article = current_user.articles.build params[:article]
if @article.save
redirect_to articles_path, :notice => 'Article saved successfully!'
else
render :new
end
end
どのようにRSpecの中にこのアクションをテストするだろうにこのコントローラを持っていますか?
は、あなたがそれについて知りたいん何
ありがとう? – Zinc
current_userオブジェクトをモックするにはどうすればよいですか? – gkrdvl
ご質問を更新してください。 – shingara