darren2802 / adopt_dont_shop_paired

0 stars 0 forks source link

User Story 13, Remove a Favorite from Favorites Page #7

Open darren2802 opened 4 years ago

darren2802 commented 4 years ago

As a visitor When I have added pets to my favorites list And I visit my favorites page ("/favorites") Next to each pet, I see a button or link to remove that pet from my favorites When I click on that button or link to remove a favorite A delete request is sent to "/favorites/:pet_id" And I'm redirected back to the favorites page where I no longer see that pet listed And I also see that the favorites indicator has decremented by 1

darren2802 commented 4 years ago

see commented out line 80 in

spec/features/favorites/favorite_index_spec.rb