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