https://github.com/adel-gu/tdd-practices
https://github.com/adel-gu/tdd-practices
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adel-gu/tdd-practices
- Owner: adel-gu
- Created: 2023-01-06T09:02:18.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-07T09:55:21.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:47:16.433Z (4 months ago)
- Language: Ruby
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)This repo is mainly for practicing the art of writing tests before implementing the actual functionality using ruby programming.
### Tech Stack
- Built using [Ruby](https://www.ruby-lang.org/en/)With this project you can use the following features such as:
- **Factorial:** you can get the factorial result for any given number.
- **Reverse:** if you want to see the result of reversing any given string, use the reverse method.
- **FizzBuzz:** have fun by giving number to fizzbuzz method and see what result you get.To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby should be installed to your local machin
- Use any Text Editor, I prefer `VsCode`.### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/adel-gu/TDD-Practices.git
```### Install
Install this project with:
```sh
cd my-project
bundle install
```### Run tests
To run tests, run the following command:
Example command:
```sh
rspec spec spec/solver_spec.rb
```👤 **Adel Guitoun**
- GitHub: [@adel-gu](https://github.com/adel-gu)
- Twitter: [@GuitounAdel](https://twitter.com/GuitounAdel)
- LinkedIn: [adelguitoun](https://linkedin.com/in/adelguitoun)👤 **Mahmoud Rizk**
- GitHub: [@Elerqsousy](https://github.com/Elerqsousy)
- LinkedIn: [Mahmoud (Riz) El Erqsousy](https://www.linkedin.com/in/mahmoud-rizk-elerqsousy/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a start ⭐️
This project is [MIT](./MIT.md) licensed.