Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrissiku/tdd-project

Test-driven development (TDD)
https://github.com/chrissiku/tdd-project

oop rspec ruby tdd

Last synced: 13 days ago
JSON representation

Test-driven development (TDD)

Awesome Lists containing this project

README

        

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

# TDD Project

> This project is an implementation of a class with some methods, but implemented by doing test-driven development (TDD).
Here the idea is to write tests first and then the code.

## Built With

- Major languages : `Ruby`
- Frameworks : `Rspec`
- Technologies used : `Git`, `Gitflows`, `Github`, `Rubocop` and `Rubygem`

## Getting Started
To get a local copy up and running follow these simple example steps.

### Prerequisites
- Have a computer and internet connection
- Have `Ruby` installed on your computer
- Have a basic knowledge of `Ruby` and `OOP` concept
- Have a general understanding of what testing is
- Have `visual-studio code` or any other code editor installed on your computer.

### Setup
- In order to get a copy of this project you need to download it from https://github.com/Chrissiku/TDD-project
- 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

👤 **Chris Siku**

- GitHub: [@githubhandle](https://github.com/Chrissiku)
- Twitter: [@twitterhandle](https://twitter.com/christian_siku)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chris-siku-4bb53b232/)

👤 **NabilHY**

- GitHub: https://github.com/NabilHY
- Twitter: https://twitter.com/NeoNabil2
- 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

- To Microvese
- FreeCodecamp tutorials

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._