saltedseacorn / ss_api_endpoint_takehome

Take-home challenge for SS. Create tables, model validations, and endpoints for an API only app. Authenticate w/ JWT
0 stars 1 forks source link

Dependent :destroy relationships not tested yet #30

Open saltedseacorn opened 3 years ago

saltedseacorn commented 3 years ago

The dependent: :destroy relationships between notes and assessments have not been tested - they were added ad-hoc in order to fulfill spec requirements. They could be tested in order to increase TDD and overall robustness of code.