X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/2eeaf68b8cb5ad36fdfae3eed6abc004c3f67f46..ad088c1324d08a65f6f5336bedf7a88a8a8950e7:/test/unit/selectricityservice_test.rb diff --git a/test/unit/selectricityservice_test.rb b/test/unit/selectricityservice_test.rb deleted file mode 100644 index 631110a..0000000 --- a/test/unit/selectricityservice_test.rb +++ /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