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