https://github.com/paulinagonzalezc/tdd-project-ruby
https://github.com/paulinagonzalezc/tdd-project-ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulinagonzalezc/tdd-project-ruby
- Owner: paulinagonzalezc
- License: mit
- Created: 2023-02-09T19:27:19.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-09T21:47:37.000Z (almost 3 years ago)
- Last Synced: 2025-05-29T18:14:14.068Z (7 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- 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)
- [🚀 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](#faq)
- [📝 License](#license)
In this project we implemented a class with some methods by doing test-driven development (TDD). The idea is to write tests first and then the code. This will be verified in the commits history, so it is important to use the proper sequence.
Client
- **Unit tests using Rspec**
- **TDD**
- [N/A](https://yourdeployedapplicationlink.com)
Clone project
```bash
git clone https://github.com/paulinagonzalezc/tdd-project-ruby
cd tdd-project-ruby
```
Run the program
```bash
rspec
```
👤 **Paulina Gonzalez**
- GitHub: [@paulinagonzalezc](https://github.com/paulinagonzalezc)
- Twitter: [@paulinagzzc](https://twitter.com/paulinagzzc)
- LinkedIn: [Paulina Gonzalez Cantu](https://linkedin.com/in/paulina-gonzalez-cantu)
👤 **Yosef Hesham**
- GitHub: [@yosefHesham](https://github.com/yosefHesham)
- LinkedIn: [LinkedIn](https://linkedin.com/in/yousef-hesham98)
- Twitter: [@yousef](https://twitter.com/Yousef45653478)
- [ ] **More methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/paulinagonzalezc/tdd-project-ruby/issues).
If you like this project please give it a star 😁🌟✨
Microverse.
This project is [MIT](./LICENSE) licensed.