2019-04-30 10:27:42 +10:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2015-05-06 01:00:31 +00:00
|
|
|
Fabricator(:topic_embed) do
|
|
|
|
post
|
2024-01-09 14:00:01 -03:00
|
|
|
embed_url "http://eviltrout.com/123"
|
2017-07-28 10:20:09 +09:00
|
|
|
topic { |te| te[:post].topic }
|
2015-05-06 01:00:31 +00:00
|
|
|
end
|