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

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

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