2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/fabricators/topic_embed_fabricator.rb

7 lines
142 B
Ruby

# frozen_string_literal: true
Fabricator(:topic_embed) do
post
embed_url "http://eviltrout.com/123"
topic { |te| te[:post].topic }
end