hensei-api/spec/models/gacha_spec.rb
Justin Edmund 293e94437b
Update seeds and fix deletion bug (#110)
* Remove print statements from data migration

* (Hotfix) Fix data migration failing due to nil

* Fix stale migration errors

* Ensure new characters have Awakenings

Every character starts with Balanced Lv1 awakening

* Ensure weapons without awakenings do not expose key

* Updates database seeds (#109)

* Destroy favorites when a party is deleted
2023-06-23 20:34:08 -07:00

5 lines
123 B
Ruby

require 'rails_helper'
RSpec.describe Gacha, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end