Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rwubakwanayo/tdd
- Owner: RWUBAKWANAYO
- Created: 2022-08-05T16:32:46.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-06T06:49:14.000Z (over 2 years ago)
- Last Synced: 2024-11-11T05:03:28.476Z (3 months ago)
- Topics: oop, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
## 🤝 ContributingContributions, 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.