maixhashi / plotforge

0 stars 0 forks source link

Test_2024.09.20.04.26_model spec test(AppearanceOfCharacterモデル)_#193 #193

Closed maixhashi closed 1 month ago

maixhashi commented 1 month ago

実現したいこと

AppearanceOfCharacterモデルのモデルスペックテストを作成する

class AppearanceOfCharacter < ApplicationRecord
  ## Association
  belongs_to :character
  belongs_to :shuffled_overview
end

変更する事項

AppearanceOfCharacterモデルの下記事項についてのモデルスペックテストを作成する