diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-12 14:35:36 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-12 20:35:36 +0200 |
commit | 0d70fe26590433c06948a2827ea582b53fdfd6a1 (patch) | |
tree | 70bb50ecaf17ad3f783ca962610462a802bd8f35 /spec/fabricators | |
parent | a1fc2cfa0990845db70294277e84d4347fe50642 (diff) |
Spec coverage and refactor for pubsub/delivery worker (#3021)
* Framework for delivery worker spec * Refactor of pubsub delivery worker
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/subscription_fabricator.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fabricators/subscription_fabricator.rb b/spec/fabricators/subscription_fabricator.rb index 0c8290494..347dab5df 100644 --- a/spec/fabricators/subscription_fabricator.rb +++ b/spec/fabricators/subscription_fabricator.rb @@ -1,4 +1,5 @@ Fabricator(:subscription) do + account callback_url "http://example.com/callback" secret "foobar" expires_at "2016-11-28 11:30:07" |