Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnisarali/tdd-project
This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.
https://github.com/mnisarali/tdd-project
mocks rspec tdd testing unit-testing
Last synced: 3 months ago
JSON representation
This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.
- Host: GitHub
- URL: https://github.com/mnisarali/tdd-project
- Owner: MNisarAli
- License: mit
- Created: 2023-03-31T10:55:55.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-01T14:31:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:10:18.317Z (4 months ago)
- Topics: mocks, rspec, tdd, testing, unit-testing
- Language: Ruby
- Homepage:
- Size: 551 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Ruby](https://cdn.emojidex.com/emoji/px128/Ruby.png "Ruby") ](https://www.ruby-lang.org)
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [TDD Project ](#tdd-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**TDD Project** implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code, which will be evident from the commit history.
Language
The key features of this project include.
- **Implementation of TDD Methodology**
- **Mokcs Implementation**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [x] Ruby installed.
- [x] A code editor like Visual Studio Code with Git installed.
### Setup
To setup the project locally: clone the repository using:
```
git clone [email protected]:MNisarAli/TDD-Project.git
```
The collaborators of this project.
👤 **M Nisar Ali**
- GitHub: [@MNisarAli](https://github.com/MNisarAli)
- Gmail: [Muhammad Nisar Ali](mailto:[email protected])
- LinkedIn: [Muhammad Nisar Ali](https://linkedin.com/in/muhammad-nisar-ali-45a865251)
👤 **Amaka Laura Konwea**
- GitHub: [@githubhandle](https://github.com/lawrahkonwea)
- Twitter: [@twitterhandle](https://twitter.com/lawrah_xo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amakalaurakonwea/)
👤 **Thinus Van De Venter**
- GitHub: [@Thinus01](https://github.com/Thinus01)
- Twitter: [@thinus_v_d_v](https://twitter.com/thinus_v_d_v)
- LinkedIn: [Thinus Van De Venter](https://www.linkedin.com/in/thinus-van-de-venter-99aa26203)
- [ ] **Unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️, if you like this project!
I would like to thank:
- [Microverseinc](https://github.com/microverseinc) for [Readme-template](https://github.com/microverseinc/readme-template).
This project is [MIT](./LICENSE) licensed.