This project is an ruby implementation of string calculator "TDD Kata".
src/ folder contains the bussiness logic and the spec folder contains the unit tests.
- Language: Ruby
- Unit Tests: RSpec
To get started with the project and execute the code, clone the repository and execute following command to install dependencies:
bundle installTo run the tests:
bundle exec rspec