Skip to content

alexaslamgm/ParseCsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Setup

  1. make sure you have installed ruby in your local environment.

  2. then run below command will install rspec gem.

    bundle install
    
  3. To run the parse csv script run this command:

    ruby app/parse_csv.rb spec/csv_files/valid_products.csv
    

    To run the rspec tests

    rspec spec/parse_csv_spec.rb 
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages