Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminka13/tdd-solver
In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code.
https://github.com/raminka13/tdd-solver
Last synced: 3 days ago
JSON representation
In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code.
- Host: GitHub
- URL: https://github.com/raminka13/tdd-solver
- Owner: raminka13
- License: mit
- Created: 2022-10-06T18:52:18.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-06T20:29:16.000Z (about 2 years ago)
- Last Synced: 2023-03-05T03:12:55.614Z (over 1 year ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white)
# TDD Solver
A simple TDD Test Driven Development project.## Getting Started
- Check the Ruby version or if you have at all by running `ruby -v` if you get something like this `ruby 2.6.8p205 (2021-07-07 revision 67951)` you have Ruby installed.
- Clone the repository by running `git clone https://github.com/raminka13/tdd-solver.git` in your CLI.
- `cd tdd-solver`
- Run `rspec spec`## Authors
👤 **Raul A Ospina** 🧑🏻💻
- GitHub: [@raminka13](https://github.com/raminka13)
- Twitter: [@raminka13](https://twitter.com/raminka13)
- LinkedIn: [Raul Ospina](http://linkedin.com/in/raul-ospina)👤 **Muhammad Ashraf Siddiqui** 🧑🏻💻
- GitHub: [@for-ashraf](https://github.com/for-ashraf)
- Twitter: [@forashraf](https://twitter.com/forashraf)
- LinkedIn: [Muhammad Ashraf](https://www.linkedin.com/in/muhammad-ashraf-30031439/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/raminka13/tdd-solver/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.