Files
danbooru/test/factories/post_flag.rb
2019-05-10 17:31:07 -07:00

7 lines
99 B
Ruby

FactoryBot.define do
factory(:post_flag) do
reason {"xxx"}
is_resolved {false}
end
end