X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/0f9de7a83f46b302d82dbeb66def7f12ae15077a..c1f049541fe6ae41860d1bd76336761c10ca483c:/test/functional/user_controller_test.rb diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb deleted file mode 100644 index b97a404..0000000 --- a/test/functional/user_controller_test.rb +++ /dev/null @@ -1,18 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' -require 'user_controller' - -# Re-raise errors caught by the controller. -class UserController; def rescue_action(e) raise e end; end - -class UserControllerTest < Test::Unit::TestCase - def setup - @controller = UserController.new - @request = ActionController::TestRequest.new - @response = ActionController::TestResponse.new - end - - # Replace this with your real tests. - def test_truth - assert true - end -end