X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..6aacfa3b17f012fbdaa191a89af9fc51d7250d79:/test/fixtures/candidates.yml diff --git a/test/fixtures/candidates.yml b/test/fixtures/candidates.yml old mode 100755 new mode 100644 index 8794d28..4a651bf --- a/test/fixtures/candidates.yml +++ b/test/fixtures/candidates.yml @@ -1,5 +1,31 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -first: - id: 1 -another: - id: 2 + +mika_normal: + id: 1 + name: mika + election_id: 1 + +mako_normal: + id: 2 + name: mako + election_id: 1 + +bettamax_normal: + id: 3 + name: bettamax + election_id: 1 + +mika_badend: + id: 4 + name: mika + election_id: 2 + +mako_badend: + id: 5 + name: mako + election_id: 2 + +bettamax_badend: + id: 6 + name: bettamax + election_id: 2