about summary refs log tree commit diff
path: root/spec/fabricators/relay_fabricator.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-08-28 05:39:43 +0200
committerGitHub <noreply@github.com>2018-08-28 05:39:43 +0200
commit5e1767173f82672c77e4d1ce5d9f252750e5f96d (patch)
tree4699f8e757aa530206ee935e3ebb5cf36aba19db /spec/fabricators/relay_fabricator.rb
parent2bbec9f4dab1441391983ce920b6a0094f0e0348 (diff)
Display pending message on admin relays UI (#8494)
* Add missing specs for relay accept/reject

* Display pending message on admin relays UI
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