Initial commit
This commit is contained in:
7
spec/factories/notes.rb
Normal file
7
spec/factories/notes.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :note do
|
||||
association :user
|
||||
association :notable, factory: :appearance_release
|
||||
content "My note text"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user