Initial commit
This commit is contained in:
9
spec/factories/publishers.rb
Normal file
9
spec/factories/publishers.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
FactoryBot.define do
|
||||
factory :publisher do
|
||||
association :music_release
|
||||
|
||||
name "Jingle Punks"
|
||||
affiliation "Affiliation"
|
||||
percentage 100.0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user