Browse Source

failed test

main
pvincent 2 months ago
parent
commit
427894389f
  1. 2
      test/controllers/products_controller_test.rb

2
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

Loading…
Cancel
Save