https://github.com/simongideon/tdd-project
put in practice TDD
https://github.com/simongideon/tdd-project
Last synced: about 1 year ago
JSON representation
put in practice TDD
- Host: GitHub
- URL: https://github.com/simongideon/tdd-project
- Owner: SimonGideon
- License: mit
- Created: 2023-02-23T18:24:43.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-24T00:40:58.000Z (over 3 years ago)
- Last Synced: 2025-02-07T20:49:29.994Z (over 1 year ago)
- Language: Ruby
- Size: 553 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TEST DRIVEN DESIGN README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
> In this project, I'm puttin in practice a test design project in Ruby.
> I used the following technologies in this design.
> The program entails the following.
- **Test factorails**
- **Test reverse string**
- **Test fizzbuzz**
> Follow the following simple steps to run the project.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
```sh
cd TDD-project
gem install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
ruby {file_name.rb}
```
### Run tests
To run tests, run the following command:
```sh
rspec spec/
```
👤 **Simon Gideon**
- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)
- **Add more function methods**
- **Provide live demo video**
- **Variety of arguments in methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
This project is [MIT](https://github.com/SimonGideon/OOP-school-library/blob/set-up-associations/LICENSE) licensed.