logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

subscription_fabricator.rb (170B)


  1. Fabricator(:subscription) do
  2. account
  3. callback_url "http://example.com/callback"
  4. secret "foobar"
  5. expires_at "2016-11-28 11:30:07"
  6. confirmed false
  7. end