Closed maixhashi closed 1 month ago
Characterモデルのモデルスペックテストを作成する
class Character < ApplicationRecord ## Association has_many :appearance_of_character, dependent: :destroy has_many :shuffled_overviews, through: :appearance_of_character end
Characterモデルの下記事項についてのモデルスペックテストを作成する
実現したいこと
Characterモデルのモデルスペックテストを作成する
変更する事項
Characterモデルの下記事項についてのモデルスペックテストを作成する