mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
0d70fe2659
* Framework for delivery worker spec * Refactor of pubsub delivery worker
8 lines
170 B
Ruby
8 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
|