Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

Awesome Lists containing this project

README

        


Microverse




" 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.



gif

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.