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