mirror of
https://github.com/glitch-soc/mastodon
synced 2024-03-09 07:35:42 +00:00
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
|