maixhashi / plotforge

0 stars 0 forks source link

Test_2024.09.20.04.40_model spec test(Characterモデル)_#195 #195

Closed maixhashi closed 1 month ago

maixhashi commented 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モデルの下記事項についてのモデルスペックテストを作成する