FactoryBot.define do factory(:post_flag) do creator post { build(:post, is_flagged: true) } reason {"xxx"} is_resolved {false} end end