BigW Consortium Gitlab

subscriptions.rb 137 Bytes
Newer Older
1 2 3 4 5 6 7
FactoryGirl.define do
  factory :subscription do
    user
    project factory: :empty_project
    subscribable factory: :issue
  end
end