about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-08-28 19:51:36 +0200
committerGitHub <noreply@github.com>2018-08-28 19:51:36 +0200
commit14563f51674aa601b7684dc62a394469a9634c4d (patch)
tree3ed84be5da351d2819fcc6088c273e34c9c86846 /spec/fabricators
parent3fe5029fbec1e328d95b768f6bd40fec8af0906c (diff)
parent43d132039bf0fdd8c6bc6e2a1d2fe3ef59c0710f (diff)
Merge pull request #684 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'spec/fabricators')
-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