1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-01 12:58:18 +00:00
mastodon/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