Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzaoutdoors/tdd-project-with-rspec
In this project I implemented a class with some methods, but I did it by doing test-driven development (TDD).
https://github.com/hamzaoutdoors/tdd-project-with-rspec
rails rspec ruby tdd
Last synced: 16 days ago
JSON representation
In this project I implemented a class with some methods, but I did it by doing test-driven development (TDD).
- Host: GitHub
- URL: https://github.com/hamzaoutdoors/tdd-project-with-rspec
- Owner: Hamzaoutdoors
- License: mit
- Created: 2021-11-18T17:15:26.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-19T00:32:12.000Z (about 3 years ago)
- Last Synced: 2025-01-05T17:34:31.202Z (17 days ago)
- Topics: rails, rspec, ruby, tdd
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
" Everyday life is like programming, I guess. If you love something you can put beauty into it." - Sabrina Bryan
# TDD-project-with-RSpec
In this project we did the implementation of a `Solver` class with some methods, but we did it by doing test-driven development (`TDD`). The idea is to write tests first and then the code :So the idea behind TDD is simple enough:
1- Write a test with RSpec library
2- Run the test; it fails.
3- Write code.
4- Run the test; it passes. If it fails go back to step 3.
TDD tests from the terminal
## Authors
👤 **Ellaouzi Hamza**
👤 **Azeez Rotimi Arigbabuwo**
👤 **Carlos Feliz Elim**
------
👨💻 **Ellaouzi Hamza**
- GitHub: [hamzaoutdoors](https://github.com/Hamzaoutdoors)
- LinkedIn : [Hamza Ellaouzi](https://www.linkedin.com/in/hamza-ellaouzi-137a45b8/)
- Twitter: [Hamza Ellaouzi](https://twitter.com/EllaouziHamza)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hamzaoutdoors/TDD-project-with-RSpec/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration 💘
- Microverse program ⚡
- My standup team 😍
- My family's support 🙌
- MicroBros 😜## 📝 License
This project is [MIT](https://github.com/Hamzaoutdoors/TDD-project-with-RSpec/blob/dev/LICENSE) licensed.