814540fcd314c7ede325fa4cde8a5c8f3237ccda
[selectricity-live] / test / fixtures / elections.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 quickvote_normal:
3    id: 1
4    name: acetarium
5    description: who is the winner?
6    anonymous: 1
7    startdate: 2007-08-22 12:00:00
8    enddate: 2007-09-21 11:59:59
9    active: 1
10    type: QuickVote
11    election_method: ssd
12
13 quickvote_invalid_endtime:
14    id: 2
15    name: acetarium2
16    description: who is the winner?
17    anonymous: 1
18    startdate: 2007-08-22 12:00:00
19    enddate: 2003-09-21 11:59:59
20    active: 1
21    type: QuickVote
22    election_method: ssd

Benjamin Mako Hill || Want to submit a patch?