mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 04:08:06 +01:00
0d70fe2659
* Framework for delivery worker spec * Refactor of pubsub delivery worker
7 lines
170 B
Ruby
7 lines
170 B
Ruby
Fabricator(:subscription) do
|
|
account
|
|
callback_url "http://example.com/callback"
|
|
secret "foobar"
|
|
expires_at "2016-11-28 11:30:07"
|
|
confirmed false
|
|
end
|