Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity] / test / unit / selectricityservice_test.rb
diff --git a/test/unit/selectricityservice_test.rb b/test/unit/selectricityservice_test.rb
deleted file mode 100644 (file)
index 631110a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-require File.dirname(__FILE__) + '/../test_helper'
-require 'selectricity_service_controller'
-
-class SelectricityServiceTest < Test::Unit::TestCase
-  def setup
-    @controller=SelectricityServiceController.new
-    @request=ActionController::TestRequest.new
-    @response   = ActionController::TestResponse.new
-  end
-
-  def test_list_quickvotes
-    result= invoke_delegated :vote, :list_quickvotes
-    assert_instance_of Array, result
-    assert_equal result.length, 0
-  end
-end

Benjamin Mako Hill || Want to submit a patch?