1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 22:57:05 +09:00
YuruToot/spec/fabricators/relay_fabricator.rb
2024-03-11 08:53:24 +00:00

7 lines
151 B
Ruby

# frozen_string_literal: true
Fabricator(:relay) do
inbox_url { sequence(:inbox_url) { |i| "https://example.com/inboxes/#{i}" } }
state :idle
end