mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
8 lines
98 B
Ruby
8 lines
98 B
Ruby
|
|
FactoryBot.define do
|
||
|
|
factory :post_status_change do
|
||
|
|
user
|
||
|
|
post
|
||
|
|
post_status
|
||
|
|
end
|
||
|
|
end
|