- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Test-driven development] is a project demonstrating a TDD approach. It emphasizes writing unit tests before writing the code. This ensures that the code is maintainable and meets specified requirements.
Ruby
- Ruby
- [Rspec testing]
To get a local copy up and running, follow these steps.
In order to run this project you need:
bin/rails test test/models/article_test.rbClone this repository to your desired folder:
cd my-folder
git clone git@github.com:Bhekisile/Test-driven-development.gitInstall this project with:
To run the project, execute the following command:
Run it in you terminal
To run tests, run the following command:
rspec
👤 Bhekisile Jozi
- GitHub: @Bhekisile
- LinkedIn: BhekisileJozi
👤 Akorede
- [Add more test cases]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give this repository a ⭐️.
I would like to thank Microverse for giving me all the necessary knowledge I need to make this project.
This project is MIT licensed.