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

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.

Awesome Lists containing this project

README

          

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

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