discourse/spec/fabricators/topic_embed_fabricator.rb

5 lines
72 B
Ruby
Raw Normal View History

Fabricator(:topic_embed) do
post
2017-07-27 20:20:09 -05:00
topic { |te| te[:post].topic }
end