From 427894389f6ea86be0f746a2d00585f300e637be Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 7 Feb 2025 23:44:06 +0400 Subject: [PATCH] failed test --- test/controllers/products_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/products_controller_test.rb b/test/controllers/products_controller_test.rb index a49b94f..a7de6fe 100644 --- a/test/controllers/products_controller_test.rb +++ b/test/controllers/products_controller_test.rb @@ -8,7 +8,7 @@ class ProductsControllerTest < ActionDispatch::IntegrationTest test 'should get index' do get products_url assert_response :success - # assert_response :failure + assert_response :failure end test 'should get new' do