mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 16:35:48 +00: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
|