about summary refs log tree commit diff
path: root/spec/fabricators/relay_fabricator.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-28 17:24:39 +0200
committerThibaut Girka <thib@sitedethib.com>2018-08-28 17:24:39 +0200
commit43d132039bf0fdd8c6bc6e2a1d2fe3ef59c0710f (patch)
tree3ed84be5da351d2819fcc6088c273e34c9c86846 /spec/fabricators/relay_fabricator.rb
parent3fe5029fbec1e328d95b768f6bd40fec8af0906c (diff)
parent5e1767173f82672c77e4d1ce5d9f252750e5f96d (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'spec/fabricators/relay_fabricator.rb')
-rw-r--r--spec/fabricators/relay_fabricator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/relay_fabricator.rb b/spec/fabricators/relay_fabricator.rb
index 2c9df4ad3..3f8726f6b 100644
--- a/spec/fabricators/relay_fabricator.rb
+++ b/spec/fabricators/relay_fabricator.rb
@@ -1,4 +1,4 @@
 Fabricator(:relay) do
   inbox_url "https://example.com/inbox"
-  enabled   true
+  state   :idle
 end