Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.37 KB

File metadata and controls

29 lines (24 loc) · 1.37 KB

Grocery Store

What We're Looking For

Feature Feedback
Baseline
Answered comprehension questions
Used Git Regularly
Wave 1
All provided tests pass
Using the appropriate attr_ for instance variables
Wave 2
All stubbed tests are implemented fully and pass
Used CSV library only in .all (not in .find)
Appropriately parses the product data from CSV file in Order.all
Order.all calls Customer.find to set up the composition relation
Additional Notes