diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-21 04:08:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 04:08:00 +0200 |
commit | bd87e6667975bc3b5bfaf3e1cdff97e041ed4c98 (patch) | |
tree | 911345afb1da6dec8b0fce05d91eb915076e6a40 /spec/fabricators | |
parent | 4bd58b7f2da369a608eacb97f832728ddc139ce8 (diff) |
Remove WebSub subscriptions (#11303)
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/subscription_fabricator.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/fabricators/subscription_fabricator.rb b/spec/fabricators/subscription_fabricator.rb deleted file mode 100644 index 347dab5df..000000000 --- a/spec/fabricators/subscription_fabricator.rb +++ /dev/null @@ -1,7 +0,0 @@ -Fabricator(:subscription) do - account - callback_url "http://example.com/callback" - secret "foobar" - expires_at "2016-11-28 11:30:07" - confirmed false -end |