about summary refs log tree commit diff
path: root/spec/fabricators/relay_fabricator.rb
blob: d6255866cf0772869ac4df88cab0c9257e051376 (plain) (blame)
1
2
3
4
Fabricator(:relay) do
  inbox_url 'https://example.com/inbox'
  state :idle
end