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

https://github.com/munyabelden/tdd

Test Driven Development (TDD) is a practice project with a class and a few methods written to execute the test regulations.
https://github.com/munyabelden/tdd

rspec rubocop ruby

Last synced: 3 months ago
JSON representation

Test Driven Development (TDD) is a practice project with a class and a few methods written to execute the test regulations.

Awesome Lists containing this project

README

          

# TDD
#

# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 TDD

This is a ruby TDD practise with rspec.

## 🛠 Built With

- [ ] Ruby
- [ ] Linters
- [ ] RSpec
### Tech Stack

Client

### Key Features

- **RSpec testing**

(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:

- [ ] Ruby
- [ ] Code editor
- [ ] Ruby Gem
- [ ] Rspec

### Setup

Clone this repository to your desired folder:

Clone this link to your local mechine
```
git clone https://github.com/Munyabelden/TDD.git
```

### Usage

To run the project, execute the following command:

```
bundle install
```

### Install

Install this project with:

```
cd TDD
sudo install ruby
```

### Run
To test this project run:
```
rspec specs/
```

(back to top)

## 👥 Authors

👤 **Belden Mugauri**

- GitHub: [@githubhandle](https://github.com/Munyabelden/)
- Twitter: [@twitterhandle](https://twitter.com/munyaradzi045)

👤 **Tracy Miranja**

- GitHub: [@githubhandle](https://github.com/Tracy-miranja)
- Linkedin: [@twitterhandle](https://www.linkedin.com/in/tracy-miranja)

(back to top)

## 🔭 Future Features

- [ ] **API server connection**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank Ruby documentation and Microverse

(back to top)

## 📝 License

This project is [MIT](https://github.com/Munyabelden/TDD/blob/develop/LICENSE) licensed.

(back to top)