public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / test / fixtures / memberships.yml
100644 30 lines (29 sloc) 0.363 kb
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
27
28
29
30
arthur_first:
  id: 1
  user_id: 2
  site_id: 1
  admin: true
aaron_first:
  id: 2
  user_id: 3
  site_id: 1
  admin: false
arthur_hostess:
  id: 3
  user_id: 2
  site_id: 2
  admin: false
quentin_first:
  id: 4
  user_id: 1
  site_id: 1
  admin: false
quentin_hostess:
  id: 5
  user_id: 1
  site_id: 2
  admin: true
ben_first:
  id: 6
  user_id: 4
  site_id: 1