1 require File.dirname(__FILE__) + '/../test_helper'
2 require 'election_controller'
4 # Re-raise errors caught by the controller.
5 class ElectionController; def rescue_action(e) raise e end; end
7 class ElectionControllerTest < Test::Unit::TestCase
11 @controller = ElectionController.new
12 @request = ActionController::TestRequest.new
13 @response = ActionController::TestResponse.new
16 #Make rake happy when empty