Select Git revision
Forked from
GitLab.org / GitLab FOSS
2226 commits behind the upstream repository.
-
Douglas Barbosa Alexandre authoredDouglas Barbosa Alexandre authored
subscriptions.rb 137 B
FactoryGirl.define do
factory :subscription do
user
project factory: :empty_project
subscribable factory: :issue
end
end