Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwismann/tdd_ruby_project


https://github.com/mwismann/tdd_ruby_project

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        


Genius idea

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-)

---

# 📖 TDD Ruby Project

- 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.

## 🛠 Built With

### Tech Stack

---

### Key Features

- **[Implementation of TDD methodology]**
- **[Implementation of Unit tests with Rspec]**

(back to top)

## 💻 Getting Started

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
```

(back to top)

---

## 👥 Authors

👤 **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)

(back to top)

---

## 🔭 Future Features

- [ ] Add more Tests cases.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mwismann/oop_school_library/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank the Code Reviewers for their advice and time 🏆

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---