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

https://github.com/sdogruyol/calculator-tdd

An example of applied TDD with a simple calculator
https://github.com/sdogruyol/calculator-tdd

rspec ruby

Last synced: over 1 year ago
JSON representation

An example of applied TDD with a simple calculator

Awesome Lists containing this project

README

          

# Simple TDD Calculator

An example of applied TDD with a simple calculator.

# How to run

```
git clone https://github.com/sdogruyol/calculator-tdd
cd calculator-tdd
bundle
bundle exec rspec
```

# Thanks

Thanks to everyone in LYK 2017 Rails classroom :heart: