Recently I made a TDD for my project rails_todo_api
it is a API only application with devise for user authentication and RSpec framework for testing. I'm new to testing and rspec. Here is my github repo: https://github.com/iak97/rails_todo_api.
I need a code review and feedback about it. What improvements and fixes I need to make to better the code. Thanks in advance!