sul-dlss / cocina-models

Cocina repository data model (implemented in Ruby)
https://sul-dlss.github.io/cocina-models/
3 stars 0 forks source link

TitleBuilder gets detailed specs from dor_indexing gem #676

Closed ndushay closed 9 months ago

ndushay commented 9 months ago

Why was this change made? 🤔

specs should live with the code; I suspect TitleBuilder was moved from dor_indexing_app to cocina-models at some point and all the specs didn't come over with it.

I discovered these specs when I started to use the new "main_title" and "full_title" and "additional_titles" fields in dor_indexing gem.

How was this change tested? 🤨

CI. Trivial code change; it was just adding lots of specs.