Commit ba7b6701e12335a239451025e7f9fcc28aff4aaa
1 parent
db32afe2
Exists in
master
and in
29 other branches
ActionItem28: removed obsolete functional testof product_category_viewer
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1022 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
18 deletions
Show diff stats
test/functional/product_category_viewer_controller_test.rb
... | ... | @@ -1,18 +0,0 @@ |
1 | -require File.dirname(__FILE__) + '/../test_helper' | |
2 | -require 'product_category_viewer_controller' | |
3 | - | |
4 | -# Re-raise errors caught by the controller. | |
5 | -class ProductCategoryViewerController; def rescue_action(e) raise e end; end | |
6 | - | |
7 | -class ProductCategoryViewerControllerTest < Test::Unit::TestCase | |
8 | - def setup | |
9 | - @controller = ProductCategoryViewerController.new | |
10 | - @request = ActionController::TestRequest.new | |
11 | - @response = ActionController::TestResponse.new | |
12 | - end | |
13 | - | |
14 | - # Replace this with your real tests. | |
15 | - def test_truth | |
16 | - assert true | |
17 | - end | |
18 | -end |