Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notification_settings.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5e96d18b8f2aee666e7a68372e24c4c650c3441 (plain)
1
2
3
4
5
6
7
8
FactoryGirl.define do
  factory :notification_setting do
    source factory: :empty_project
    user
    level 3
    events []
  end
end