https://github.com/ibizugbe/tdd-ruby
In this project we implemented a class by doing test-driven development (TDD). The idea is to write tests first and then the code.
https://github.com/ibizugbe/tdd-ruby
rspec ruby
Last synced: 2 months ago
JSON representation
In this project we implemented a class by doing test-driven development (TDD). The idea is to write tests first and then the code.
- Host: GitHub
- URL: https://github.com/ibizugbe/tdd-ruby
- Owner: Ibizugbe
- Created: 2022-10-07T13:04:00.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-08T08:32:51.000Z (over 3 years ago)
- Last Synced: 2025-06-25T00:47:05.541Z (about 1 year ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Test Driven Development - Ruby
> In this project we implemented a class by doing test-driven development (TDD). The idea is to write tests first and then the code.
IMPORTANT NOTE: Read all requirements before you start building your project.
## Built With
- Ruby
- Rspec
- VScode
## Getting Started
To get a local copy up and running follow these simple example steps.
In the terminal:
### Clone the repo
`git clone https://github.com/Ibizugbe/TDD-Ruby.git`
### cd into repo
`cd /TDD-Ruby/`
### Run tests
`rspec spec`
## Authors
👤 **Ackon Samuel**
- GitHub: [@AckonSamuel](https://github.com/AckonSamuel/)
- Twitter: [@AckonSamuel2](https://twitter.com/AckonSamuel2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/samuel-yaw-ackon/)
👤 **Abraham Ibizugbe**
- GitHub: [@AckonSamuel](https://github.com/ibizugbe/)
- Twitter: [@AckonSamuel2](https://twitter.com/abrahamibizugbe)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/abrahamibizugbe/)
## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.