Add post regenerations
This commit is contained in:
5
test/factories/post_regeneration.rb
Normal file
5
test/factories/post_regeneration.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
FactoryBot.define do
|
||||
factory(:post_regeneration) do
|
||||
post factory: :post, source: FFaker::Internet.http_url
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user