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