-
Notifications
You must be signed in to change notification settings - Fork 1
PCDM Modeling
Thomas Johnson edited this page May 7, 2017
·
30 revisions
Ensure the following runs green:
git checkout day1/pcdm/start
bundle
bundle exec rspec
The product owner has prioritized the following story from the backlog:
As a researcher, I need to find sheet music works for a project investigating their cover images. I want to be able to facet materials by the subjects depicted on their cover.
Early in the next sprint, we write a feature test and come up with a demo implementation that we think minimally addresses the requirements.
git checkout day1/pcdm/step1-feature_test
bundle exec rspec
Pre-written tests for this exercise are in [day1/pcdm/step1-tests](https://github.com/RepoCamp/ahc/tree/day1/pcdm/step1-tests)