From 161b6001e194b763e83567a0c7f128ce4467df7d Mon Sep 17 00:00:00 2001 From: francis Date: Tue, 16 Oct 2007 06:54:52 +0000 Subject: Removed test skeletons for removed controllers --- test/functional/list_controller_test.rb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/functional/list_controller_test.rb (limited to 'test/functional/list_controller_test.rb') diff --git a/test/functional/list_controller_test.rb b/test/functional/list_controller_test.rb deleted file mode 100644 index d347f44cb..000000000 --- a/test/functional/list_controller_test.rb +++ /dev/null @@ -1,18 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' -require 'list_controller' - -# Re-raise errors caught by the controller. -class ListController; def rescue_action(e) raise e end; end - -class ListControllerTest < Test::Unit::TestCase - def setup - @controller = ListController.new - @request = ActionController::TestRequest.new - @response = ActionController::TestResponse.new - end - - # Replace this with your real tests. - def test_truth - assert true - end -end -- cgit v1.2.3