This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-28 04:36:47 -08:00
|
|
|
Fabricator(:subscription) do
|
2017-05-12 11:35:36 -07:00
|
|
|
account
|
2016-11-28 04:36:47 -08:00
|
|
|
callback_url "http://example.com/callback"
|
|
|
|
secret "foobar"
|
|
|
|
expires_at "2016-11-28 11:30:07"
|
|
|
|
confirmed false
|
|
|
|
end
|