Before start. Run
bundle installon the root of this repo.
Complete the exercises on the following directories:
- 27parse_csv
- 28parse_json
- 29parse_yaml
- 30movies
Inside each directory are 3 files: exercise_name.rb, exercise_name_test.rb
and instructions.md.
Following the instructions, you need to modify the file exercise_name.rb so
the tests will pass.