Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.
https://github.com/fabianofrank/ruby-tdd

ruby

Last synced: 8 days ago
JSON representation

This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.

Awesome Lists containing this project

README

        

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

# Test Driven Development in RSpec

> This project implements the Solver class, with methods that solve simple problems (Factorial, string reverse and FizzBuzz). Made to practice TDD.

## Built With

- Ruby
- RSpec
- Rubocop

## Getting Started

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

### Prerequisites

### Setup
You must have Ruby installed on your computer.
### Install
Run `git clone https://github.com/fabianofrank/ruby-tdd.git`
### Usage
Navigate to the directory with `cd ruby-tdd`.
### Run tests
Run `rspec solver_rspec.rb`

## Author

👤 **Fabiano Frank**

- GitHub: [@fabianofrank](https://github.com/fabianofrank)
- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/fabianofrank/)

👤 **Amina Buhari**

- GitHub: [@githubhandle](https://github.com/AminaBuhari)
- Twitter: [@twitterhandle](https://twitter.com/AminaBuhari)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amina-buhari/)

## 🤝 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!

## 📝 License

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