Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozameljawad/tdd-project
In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.
https://github.com/mozameljawad/tdd-project
rspec ruby unit-testing
Last synced: 4 days ago
JSON representation
In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.
- Host: GitHub
- URL: https://github.com/mozameljawad/tdd-project
- Owner: MozamelJawad
- License: mit
- Created: 2023-10-20T05:10:48.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-20T13:40:36.000Z (about 1 year ago)
- Last Synced: 2024-10-17T05:36:52.631Z (20 days ago)
- Topics: rspec, ruby, unit-testing
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD-project
# 📗 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)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.
- Ruby
- **test-driven development (TDD)**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- ruby installed in your machine
- gem install rspec
- Rubocop### Setup
Clone this repository to your desired folder:
git clone https://github.com/MozamelJawad/TDD-project.git
### Install
Install this project with:
- git clone https://github.com/MozamelJawad/TDD-project.git
- cd TDD-project### Usage
To run the project, execute the following command:
- ruby -r "file location" -e "create class instance; command1; command2; ..."### Deployment
You can deploy this project using:
- ruby solver.rb
- rspec spec👤 **Mozamel Jawad**
- GitHub: [@MozamelJawad](https://github.com/MozamelJawad)
👤 **Rida Ajroudi**
- GitHub: [@AjroudiRida](https://github.com/ajroudirida)
- Add the console menu
- add more testsContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MozamelJawad/TDD-project/issues).
## ⭐️ Show your support
If you like this project give it a star!I would like to thank my coding partner and Microverse team
This project is [MIT](./LICENSE) licensed.