diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 12:32:06 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 12:32:06 +0200 |
commit | a659a4da38e9b9a5d40dc8c4456f588c62e3896f (patch) | |
tree | f8508301844a775486b20eab41d610780f56b202 /test | |
parent | Provide a test fixture repo and use it for tests (diff) | |
download | packages-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.rb | 6 |
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 |