/csv_example

This is part of a Backend Mod 1 exploration lesson on learning how to use the CSV class to read files and make objects.

Primary LanguageRuby

CSV Example

This example is used in a Backend Module 1 exploration lesson for how to read a CSV file and use the data to make objects.

Getting Started

  • Fork this repository
  • Clone your forked repository
  • If you do not have pry installed, please run gem install pry

Running tests

  • If you do not have RSpec installed, please run gem install rspec
  • To run a test file, be sure you are at the root of the project directory and from the command line run: rspec spec/<name_of_test_file>