You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: [3-2] 管理者の新規作成に失敗する(異常系)Given ユーザーが管理者新規作成ページを開いている
And 操作ユーザーは `super_admin` である
When ユーザーが無効な管理者属性を送信する
Then 管理者は作成されない
And バリデーションエラーが表示される
シナリオ仕様
実装要件
emailの重複・フォーマット違反、password不足などを検証するチェックリスト
AdminsController#createのバリデーションエラー処理を実装影響範囲
app/controllers/admins_controller.rb,app/views/admins/new.html.erbspec/requests/admins/create_spec.rb参考