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

https://github.com/arnaudband/ruby_tdd

Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)
https://github.com/arnaudband/ruby_tdd

rspec-testing rubocop-configuration ruby ruby-gem

Last synced: about 2 months ago
JSON representation

Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Ruby_TDD

> Ruby_TDD: Implement a class with some methods, but you will do it by doing test-driven development (TDD)

## Built With

- **Ruby**
- Vs code
- Rubocop
- Gemfile
- Rspec

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

Ruby should be install in your machine.

### Setup

```
[email protected]:ArnaudBand/Ruby_TDD.git
```

```
cd Ruby_TDD
```

### Install

```
bundle install
```

### Run Linters

```
rubocop
```

### run test

```
rspec spec
```

## Author

👤 **Bandonkeye Arnaud**

- GitHub: [ArnaudBand](https://github.com/ArnaudBand)
- Twitter: [Arnaud](https://twitter.com/@ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [Apache](./Apache.md) licensed.