One Final Change
We originally stored product images in the db/images directory, but now we
have our test fixtures, let’s create a new place to store them: text/fixtures/files.
Move the images over, and update the paths in the new_product method in
test/models/products.rb.
The bolded “text/fixtures/files” should be “test/fixtures/files”