Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belmeetmule/tdd-rspec
https://github.com/belmeetmule/tdd-rspec
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belmeetmule/tdd-rspec
- Owner: belmeetmule
- Created: 2022-11-24T20:36:11.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-25T14:59:12.000Z (about 2 years ago)
- Last Synced: 2024-10-03T12:28:35.778Z (3 months ago)
- Language: Ruby
- Size: 549 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About the project
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Test Driven Development ](#-test-driven-development-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Steps to run the project](#steps-to-run-the-project)
- [Prerequisites](#prerequisites)
- [1 - Install Ruby.](#1---install-ruby)
- [Setup](#setup)
- [2 - Clone the repository.](#2---clone-the-repository)
- [Usage](#usage)
- [3 - run the project](#3---run-the-project)
- [👤 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> In this project we are making the FizzBuzz app using the Test-Driven Development (TDD) principle.
**Test Driven Development** is a console app developed using TDD principle:
- **Ruby**
> Describe between 1-3 key features of the application.
- **Check for divisiblity of a number**
- **If a number is divisible by 3, the app returns fizz**
- **If a number is divisible by 5, the app returns buzz**
- **If a number is divisible by 3 and 5, the app returns fizzbuzz**- [Live Demo Link](not available)
> Live demo not available### Steps to run the project
### Prerequisites
#### 1 - Install Ruby.
### Setup
#### 2 - Clone the repository.
```
git clone https://github.com/belmeetmule/tdd-rspec.git
```### Usage
#### 3 - run the project
```
rspec spec
```**👨💻 Mulugeta M.**
- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)**👨💻 Waris Haleem**
- GitHub: [@iAmWaris97](https://github.com/iAmWaris97)
- Twitter: [@iAmWaris97](https://twitter.com/iAmWaris97)
- LinkedIn: [Waris Haleem](https://www.linkedin.com/in/waris-haleem/)> 1 - 3 features we will add to the project.
- [ ] **Clean coding**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Please give a ⭐️ if you like this project!
> Thanks to all the developers whose code, documentations, and efforts helped us doing this project.
This project is [MIT](./MIT.md) licensed.