about summary refs log tree commit diff
path: root/spec/fabricators/subscription_fabricator.rb
blob: 347dab5dfdbbc2cf4e38cc1fd1deec9f3bf2e390 (plain) (blame)
1
2
3
4
5
6
7
Fabricator(:subscription) do
  account
  callback_url "http://example.com/callback"
  secret       "foobar"
  expires_at   "2016-11-28 11:30:07"
  confirmed    false
end