mirror of
https://github.com/funamitech/mastodon
synced 2024-12-02 16:58:53 +09:00
5e1767173f
* Add missing specs for relay accept/reject * Display pending message on admin relays UI
5 lines
82 B
Ruby
5 lines
82 B
Ruby
Fabricator(:relay) do
|
|
inbox_url "https://example.com/inbox"
|
|
state :idle
|
|
end
|