Themesコントローラのテスト
Closed this issue · 2 comments
nope0124 commented
未ログイン
index_follow
- ログイン画面に遷移させる
index
- post_status: releasedのみ表示
show
- post_status: limited / releasedのみ表示
create
- ログイン画面に遷移させる
edit / update / destroy
- 404を返す
ログイン済み
index_follow
- フォローしているユーザーのpublic: releasedのみ表示
index
- post_status: releasedのみ表示
show
- post_status: limited / releasedを表示
- ログインユーザーと一致している時、privateも表示する
create
- 保存可能
edit / update / destroy
- 投稿ユーザーとログインユーザーが一致している時成功
- それ以外は404
nope0124 commented
reportのテストはどうしようという感じもある
nope0124 commented
reportは報告モデルを作ってから考えます