private
def make_election
- e=ElectionStruct.new( :name => "test", :description => "This is a test",
+ e=QuickVoteStruct.new( :name => "test", :description => "This is a test",
:candidate_names => ['choice1', 'choice2', 'choice3'])
@SS.create_quickvote e
@election = @SS.list_quickvotes[0]