Fix a host of testcase failure issues. Still not done, but this is the end of syntact...
[selectricity] / test / functional / election_controller_test.rb
index 18733048979d34d2b351ab4798fb1220f589fac9..136c75539383fb40ca940acb4a909d9f6914665a 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?