Open kyleblee opened 6 years ago
In config/routes.rb, the directions are:
But, in the tests it says: TadpolesController—post tadpoles/:id/metamorphose
(which is also what the specs execute in _spec/02_requests/tadpoles_controllerspec.rb)
This contradiction also appears in the #before_action call of app/controllers/tadpoles_controller.rb
In config/routes.rb, the directions are:
But, in the tests it says: TadpolesController—post tadpoles/:id/metamorphose
(which is also what the specs execute in _spec/02_requests/tadpoles_controllerspec.rb)