This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/fabricators/flag_fabricator.rb
2015-04-24 14:37:16 -04:00

6 lines
109 B
Ruby

Fabricator(:flag, from: :post_action) do
user
post
post_action_type_id PostActionType.types[:spam]
end