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.
- Host: GitHub
- URL: https://github.com/alusp/tdd
- Owner: Alusp
- Created: 2022-11-09T18:44:06.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-20T23:00:35.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:19:40.096Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.