Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmekonnen251/tdd-project
https://github.com/zmekonnen251/tdd-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmekonnen251/tdd-project
- Owner: zmekonnen251
- Created: 2022-06-30T07:43:24.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-06-07T11:16:17.000Z (over 1 year ago)
- Last Synced: 2024-10-21T20:28:31.129Z (2 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TDD project
> In this project we implemented a solver class with three methods,By doing test-driven development (TDD). We wrote tests first and then the code. This can be verified in our commits history.
## Built With
- `Ruby`
- `RSpec`## Getting Started
To get a local copy up and running follow these simple example steps.
**Install**
In your terminal, navigate to your current directory and
run this code
`git clone https://github.com/zmekonnen251/tdd-project.git`
Locate the directory in your file explorer
`cd tdd-project`
Install Rubocop
`bundle install`
**Run Linters:**
`rubocop .`
**To autocorrect offenses with rubocop**
we use: `rubocop --auto-correct-all` or `rubocop -A`
## Author
👤 **Zelalem Mekonnen**
- GitHub: [GitHub](https://github.com/zmekonnen251)
- Twitter: [Twitter](https://twitter.com/mek_zela)
- LinkedIn: [Zelalem G. Mekonnen](https://www.linkedin.com/in/zelalem-getachew/)👤 **Ranjit Luwang**
- GitHub: [@aboongm](https://github.com/aboongm)
- Twitter: [@John_luang1](https://twitter.com/John_luang1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aboongm)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.