X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/823d530ba46c1fb3518c4deef0081738503837eb..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/test/fixtures/elections.yml diff --git a/test/fixtures/elections.yml b/test/fixtures/elections.yml index 8794d28..814540f 100644 --- a/test/fixtures/elections.yml +++ b/test/fixtures/elections.yml @@ -1,5 +1,22 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -first: - id: 1 -another: - id: 2 +quickvote_normal: + id: 1 + name: acetarium + description: who is the winner? + anonymous: 1 + startdate: 2007-08-22 12:00:00 + enddate: 2007-09-21 11:59:59 + active: 1 + type: QuickVote + election_method: ssd + +quickvote_invalid_endtime: + id: 2 + name: acetarium2 + description: who is the winner? + anonymous: 1 + startdate: 2007-08-22 12:00:00 + enddate: 2003-09-21 11:59:59 + active: 1 + type: QuickVote + election_method: ssd