This app will read all CSV files under $projectRoot/input/*.csv and print the receipt including sales tax to standard out for each file.
- Clone the repo from github
- Run
bundle installto install the require ruby gems.
Using the Ruby interpreter you can run the app from the root project dir as follows:
ruby main.rb
After finishing the project setup you can run: rspec from the project root dir.