about summary refs log tree commit diff
path: root/spec/fabricators/relay_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/relay_fabricator.rb')
-rw-r--r--spec/fabricators/relay_fabricator.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fabricators/relay_fabricator.rb b/spec/fabricators/relay_fabricator.rb
new file mode 100644
index 000000000..2c9df4ad3
--- /dev/null
+++ b/spec/fabricators/relay_fabricator.rb
@@ -0,0 +1,4 @@
+Fabricator(:relay) do
+  inbox_url "https://example.com/inbox"
+  enabled   true
+end