Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/tdd_ruby_project
https://github.com/mwismann/tdd_ruby_project
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwismann/tdd_ruby_project
- Owner: mwismann
- License: mit
- Created: 2023-09-07T15:29:36.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-07T17:01:37.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:53:49.779Z (about 2 months ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TDD Ruby Project
---
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 TDD Ruby Project ](#-tdd-ruby-project-) - [Learning objectives](#learning-objectives)
- [🛠 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-)---
- This project is part of the Microverse Ruby curriculum. The goal is to create a simple test driven development project using Ruby and RSpec.
#### Learning objectives
- Write unit tests using Rspec.
- Understand an existing codebase in a way that allows for adding tests.
- Understand the TDD concept.
---
- **[Implementation of TDD methodology]**
- **[Implementation of Unit tests with Rspec]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- To install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).
### Setup
Clone this repository to your desired folder:
Example commands:
- With SSH:
```bash
cd my-folder
git clone [email protected]:mwismann/tdd_ruby_project.git
```
- With HTTPS:
```bash
cd my-folder
git clone hhttps://github.com/mwismann/tdd_ruby_project.git
```
- With GitHub CLI:
```bash
cd my-folder
gh repo clone mwismann/tdd_ruby_project
```
---
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
👤 **Reza Merzaie**
- 👤 GitHub: [Gh-Reza](https://github.com/Gh-Reza)
- 👤 Twitter: [Reza](https://twitter.com/reza-mezaie)
---
- [ ] Add more Tests cases.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mwismann/oop_school_library/issues).
---
Give a ⭐ if you liked this project!
---
I thank the Code Reviewers for their advice and time 🏆
---
This project is [MIT](./LICENSE) licensed.
---