X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/171c0354e74b4fdd73e25ea05f5b2d23c0d1642f..575b480d55931d0ad4d4ed435b6166fbcfe23104:/test/functional/graph_controller_test.rb diff --git a/test/functional/graph_controller_test.rb b/test/functional/graph_controller_test.rb index e5c2790..f9d4392 100644 --- a/test/functional/graph_controller_test.rb +++ b/test/functional/graph_controller_test.rb @@ -102,7 +102,7 @@ class GraphControllerTest < Test::Unit::TestCase 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]