0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/spec/fabricators/topic_embed_fabricator.rb

7 lines
142 B
Ruby
Vendored

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