diff options
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 |