mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-05 14:41:52 +00:00
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
|