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/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