mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 09:19:20 +01: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
|