This command-line program take two arguments:
- Path to Payroll CSV File
- Path to Census CSV File
and print the individual employee's personal contribution on the payroll, the total company match contribution and individual's portfolio.
- Down and unzip the files
- Run
cd skipper401/
- Install the required gems running the line
bundle install
in the top directory - Run
ruby 401_system_command.rb [path_to_payroll_csv_file] [path_to_census_csv_file]
ruby 401_system_command.rb data/payroll_631fa526.csv data/census_1498456690.csv
- Run
rspec spec/