1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 07:06:34 +09:00
YuruToot/spec/fabricators/relay_fabricator.rb

7 lines
111 B
Ruby

# frozen_string_literal: true
Fabricator(:relay) do
inbox_url 'https://example.com/inbox'
state :idle
end