aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-22 12:32:06 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-22 12:32:06 +0200
commita659a4da38e9b9a5d40dc8c4456f588c62e3896f (patch)
treef8508301844a775486b20eab41d610780f56b202 /test
parentProvide a test fixture repo and use it for tests (diff)
downloadpackages-5-a659a4da38e9b9a5d40dc8c4456f588c62e3896f.tar.gz
packages-5-a659a4da38e9b9a5d40dc8c4456f588c62e3896f.tar.bz2
packages-5-a659a4da38e9b9a5d40dc8c4456f588c62e3896f.zip
Remove stubs for category search method
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'test')
-rw-r--r--test/controllers/categories_controller_test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/controllers/categories_controller_test.rb b/test/controllers/categories_controller_test.rb
index cc12462..994db38 100644
--- a/test/controllers/categories_controller_test.rb
+++ b/test/controllers/categories_controller_test.rb
@@ -11,10 +11,4 @@ class CategoriesControllerTest < ActionController::TestCase
get :show, id: 'virtual'
assert_response :success
end
-
- test "should search category" do
- get :search, id: 'virtual'
- assert_response :success
- end
-
end