1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/spec/fabricators/topic_embed_fabricator.rb
2017-07-28 10:20:09 +09:00

5 lines
72 B
Ruby

Fabricator(:topic_embed) do
post
topic { |te| te[:post].topic }
end