Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 511 Bytes

File metadata and controls

14 lines (9 loc) · 511 Bytes

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>