summaryrefslogtreecommitdiff
path: root/spec/factories/subscriptions.rb
blob: b11b0a0a17bcae2d4fd71d09e1741602aeb3f5ab (plain)
1
2
3
4
5
6
7
FactoryGirl.define do
  factory :subscription do
    user
    project factory: :empty_project
    subscribable factory: :issue
  end
end