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

https://github.com/skyv26/tdd-ruby

The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.
https://github.com/skyv26/tdd-ruby

Last synced: about 2 months ago
JSON representation

The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.

Awesome Lists containing this project

README

        

# Test Driven Development - Ruby
> The idea behind test-driven development (TDD) is that tests are not an afterthought. Also, it makes you think about how your code behaves before starting to code.

## Built With

- Major languages: **Ruby v3.0**
- Testing Library: **Rubocop**, **RSPec**

## Live Demo

[Coming Soon 🎈]()

## Getting Started

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

### Prerequisites

> In order to work with this project. You need to have basic understanding of *Ruby*.

### Setup

- git clone `https://github.com/skyv26/TDD-Ruby.git`

### Install

**In order to start the project properly please install the project dependicies by using below command**

- bundle install

## Usage

**In order to run your project use below command**

### For Running File
- **ruby solver.rb**

### For Rubocop Test
- **rubocop**

### For RSPec Test
- **rspec spec**

## Authors

👤 **Aakash Verma**

- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [dev.aakashv](https://linkedin.com/in/skyv2022)

👤 **Walter Okumu**

- GitHub: [@WalterOkumu](https://github.com/WalterOkumu)
- Twitter: [@OkumuOriaro](https://twitter.com/OkumuOriaro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/okumu-oriaro/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## 🔭 Future Features

- Database connectivity

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

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