-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test models #30
Test models #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a few Changes to the README:
- we need to have a section for Frontend Repository reference.
- Let's add a section for ERD image.
- Let's add a section for API documentation reference.
README.md
Outdated
bundle install | ||
npm i | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the npm i, as the dependencies will be installed through bundle install. Also let's add the instructions for generating the secret key.
|
||
### Run tests | ||
There are no tests to run. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add rspec as we just added the test suites.
|
||
## 🔭 Future Features <a name="future-features"></a> | ||
|
||
- None planned | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better to add at least two future features.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can merge the branch🟢🎊
This branch's core goal is to write unit tests for all models of the App functionality.