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.
- Fork this repository
- Clone your forked repository
- If you do not have
pryinstalled, please rungem install pry
- If you do not have
RSpecinstalled, please rungem 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>