Spec coverage and refactor for pubsub/delivery worker (#3021)

* Framework for delivery worker spec

* Refactor of pubsub delivery worker
This commit is contained in:
Matt Jankowski
2017-05-12 14:35:36 -04:00
committed by Eugen Rochko
parent a1fc2cfa09
commit 0d70fe2659
5 changed files with 151 additions and 29 deletions

View File

@ -1,4 +1,5 @@
Fabricator(:subscription) do
account
callback_url "http://example.com/callback"
secret "foobar"
expires_at "2016-11-28 11:30:07"