2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/spec/fabricators/like_fabricator.rb
2015-04-24 14:37:16 -04:00

5 lines
109 B
Ruby

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