Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rwubakwanayo/tdd

This is an education project that implement a class with some methods, but we did it by doing test-driven development (TDD). The idea is to write tests first and then the code.
https://github.com/rwubakwanayo/tdd

oop rspec ruby

Last synced: 25 days ago
JSON representation

This is an education project that implement a class with some methods, but we did it by doing test-driven development (TDD). The idea is to write tests first and then the code.

Awesome Lists containing this project

README

        

# TDD project

> This is an education project that implement a class with some methods, but we did it by doing test-driven development (TDD). The idea is to write tests first and then the code.

## Built with
- Ruby
- OOP
- Rspec

## Getting Started

**To launch the project locally:**

- Clone this repo locally using git in the command line with the following command
```
> https://github.com/RWUBAKWANAYO/TDD.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory

## Run test

In the project directory,open terminal and run this command:

```ruby
> rspec spec
```

## Authors
:bust_in_silhouette: **RWUBAKWANAYO**
- GitHub: [@githubrwubakwanayo](https://github.com/RWUBAKWANAYO)
- LinkedIn: [Rwubakwanayo](https://www.linkedin.com/in/rwubakwanayo-olivier)

👤 Onyeagoziri Precious Akams

* GitHub: [@kamzzy](https://github.com/kamzzy)
* Twitter:[@precious_akams](https://twitter.com/precious_akams)
* LinkedIn:[Onyeagoziri Akams](https://www.linkedin.com/in/onyeagoziri-akams/)
* AngelList:[Onyeagoziri Akams](https://angel.co/u/onyeagoziri-akams)
## 🤝 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](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) licensed.