summaryrefslogtreecommitdiffstats
path: root/models/fixtures/project.yml
blob: 3d42597c5e8ac14817eda042e22361951b135377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-
  id: 1
  title: First project
  repo_id: 1
  is_closed: false
  creator_id: 2
  board_type: 1
  type: 2

-
  id: 2
  title: second project
  repo_id: 3
  is_closed: false
  creator_id: 3
  board_type: 1
  type: 2

-
  id: 3
  title: project on repo with disabled project
  repo_id: 4
  is_closed: true
  creator_id: 5
  board_type: 1
  type: 2