-
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 (day1/pcdm/s1-feature_spec
) and come up with a demo implementation that we think minimally addresses the requirements.
git checkout day1/pcdm/s1-tests
bundle exec rspec --tag type:unit # run just the unit tests to save time!