- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
TDD Project In this project, I implement a class with some methods, but I do it by doing test-driven development (TDD).
Client
- Unit tests with Rspec
- TDD project
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/Gardimy/OOP-school-library.git
Install this project with:
cd OOP-school-library
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
rspec spec/
...
👤 Gardimy Charles
- GitHub: @Gardimy
- Twitter: @gardyelontiga45
- LinkedIn: Gardimy charles
- TDD project
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give me a start and share my portfolio to recruters!
I would like to thank to microverse For teaching me the database and more things.
This project is MIT licensed.