sirius248 / sales_tax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sales Tax

Code Climate

Build Status

Usage

Clone this github repo to local. Then go to that repo working directory.

Run the following command in the terminal

ruby app.rb file_path

# Example
ruby app.rb ./sample_data/1.txt

Unit Test

bunlde exec rspec

Sample output

sample output

Improvement

  • Right now the way to check for type of product is very static. It's base on only small amount of static inputs.

About


Languages

Language:Ruby 100.0%