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

https://github.com/alusp/tdd

The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
https://github.com/alusp/tdd

Last synced: over 1 year ago
JSON representation

The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.

Awesome Lists containing this project

README

          

# Test Driven Development with Ruby

> The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.

## Built With

- Ruby

## Live Demo

[soon](https://#)

## Getting Started

**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**

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

### Prerequisites

- Ruby

### Setup

To Run the project
```
- Clone the repository to your local machine using `git clone https://github.com/Alusp/TDD.git`
- `cd` into the project directory
- Run `bundle install` to install the required gems
```

To Run test
```
- Run gem install rspec
- Run rspec spec
```

## Authors

👤 **Yunus Ali**

- GitHub: [@IamYunusALi](https://github.com/iamyunusali)
- Twitter: [@IamYunusAli](https://twitter.com/iamyunusali)
- LinkedIn: [Yunus Ali](https://linkedin.com/in/iamyunusali)

👤 **Alusine Jalloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)

## 🤝 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](./MIT.md) licensed.