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/like_fabricator.rb
2015-04-24 14:37:16 -04:00

6 lines
109 B
Ruby

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