https://github.com/nabilhy/tdd-project
This project is an implementation of a class with some methods, but implemented by doing test-driven development (TDD). Here the main idea is to write tests first and then the code.
https://github.com/nabilhy/tdd-project
rspec ruby
Last synced: about 1 year ago
JSON representation
This project is an implementation of a class with some methods, but implemented by doing test-driven development (TDD). Here the main idea is to write tests first and then the code.
- Host: GitHub
- URL: https://github.com/nabilhy/tdd-project
- Owner: NabilHY
- Created: 2022-09-09T11:24:04.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-09T13:47:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T02:56:24.025Z (about 1 year ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TDD - Project
> Description the project.
> This project is an implementation of a class with some methods, but implemented by doing test-driven development (TDD).
> Here the main idea is to write tests first and then the code.
## Built With
- `Ruby`
- `Rspec testing framework`
- `Rubocop & Rubygem`
### Getting started
- In order to get a copy of this project you need to download it from https://github.com/NabilHY/TDD-Project.git
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
```
### Run tests
you can run one of the following command in your terminal
1. Run testing
```Ruby
rspec spec
```
2. Run linters
```Ruby
> Rubocop --color
> Rubocop -A
```
## Authors
👤 **Zelalem Fissha**
- GitHub: [@Zelalem1222](https://github.com/Zelalem1222)
- Twitter: [@Zelalem52236790](https://twitter.com/Zelalem52236790)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/zelalemfissha/)
👤 **NabilHY**
- GitHub: [@NabilHY](https://github.com/NabilHY)
- Twitter: [@NeoNabil12](https://twitter.com/NeoNabil2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nabil-hayoun/)
## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.