X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/0f9de7a83f46b302d82dbeb66def7f12ae15077a..c1f049541fe6ae41860d1bd76336761c10ca483c:/test/functional/election_controller_test.rb diff --git a/test/functional/election_controller_test.rb b/test/functional/election_controller_test.rb index 1873304..136c755 100644 --- a/test/functional/election_controller_test.rb +++ b/test/functional/election_controller_test.rb @@ -1,14 +1,14 @@ require File.dirname(__FILE__) + '/../test_helper' -require 'elections_controller' +require 'election_controller' # Re-raise errors caught by the controller. -class ElectionsController; def rescue_action(e) raise e end; end +class ElectionController; def rescue_action(e) raise e end; end -class ElectionsControllerTest < Test::Unit::TestCase +class ElectionControllerTest < Test::Unit::TestCase fixtures :elections def setup - @controller = ElectionsController.new + @controller = ElectionController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end