From ba7b6701e12335a239451025e7f9fcc28aff4aaa Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Sat, 1 Dec 2007 21:08:28 +0000 Subject: [PATCH] ActionItem28: removed obsolete functional testof product_category_viewer --- test/functional/product_category_viewer_controller_test.rb | 18 ------------------ 1 file changed, 0 insertions(+), 18 deletions(-) delete mode 100644 test/functional/product_category_viewer_controller_test.rb diff --git a/test/functional/product_category_viewer_controller_test.rb b/test/functional/product_category_viewer_controller_test.rb deleted file mode 100644 index 737031c..0000000 --- a/test/functional/product_category_viewer_controller_test.rb +++ /dev/null @@ -1,18 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' -require 'product_category_viewer_controller' - -# Re-raise errors caught by the controller. -class ProductCategoryViewerController; def rescue_action(e) raise e end; end - -class ProductCategoryViewerControllerTest < Test::Unit::TestCase - def setup - @controller = ProductCategoryViewerController.new - @request = ActionController::TestRequest.new - @response = ActionController::TestResponse.new - end - - # Replace this with your real tests. - def test_truth - assert true - end -end -- libgit2 0.21.2