Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 509 Bytes

File metadata and controls

15 lines (10 loc) · 509 Bytes

ReadyTech code test

This app will read all CSV files under $projectRoot/input/*.csv and print the receipt including sales tax to standard out for each file.

Setup steps

  1. Clone the repo from github
  2. Run bundle install to install the require ruby gems.

How to run the code

Using the Ruby interpreter you can run the app from the root project dir as follows: ruby main.rb

How to run the test suite

After finishing the project setup you can run: rspec from the project root dir.