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
- Host: GitHub
- URL: https://github.com/sdogruyol/calculator-tdd
- Owner: sdogruyol
- Created: 2017-07-26T08:08:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T08:11:51.000Z (almost 9 years ago)
- Last Synced: 2025-03-19T01:11:28.623Z (over 1 year ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: