about summary refs log tree commit diff
path: root/spec/fabricators/relay_fabricator.rb
blob: ad8ba86fcfe8e31bea218622cd911f5c8f6ffe6a (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

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