You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customize our image-specific presenter:
3. different error message
Failure/Error: expect(solr_document).to receive(:year) .......
does not implement: Year
Not a different Failure! because the failure message in 3 was the
one expected here.
Step 4 is necessary, though; skipping it until after adding the year to solr gets
this different Failure! 1) Hyrax::ImagePresenter delegates year to solr document
Failure/Error: presenter.year
NoMethodError:
undefined method `year'
The text was updated successfully, but these errors were encountered:
(wiki issue) https://github.com/RepoCamp/unc2020/wiki/Add-Metadata-to-Views,-Presenter,-and-Solr
Customize our image-specific presenter:
3. different error message
Failure/Error: expect(solr_document).to receive(:year) .......
does not implement: Year
one expected here.
Step 4 is necessary, though; skipping it until after adding the year to solr gets
this different Failure! 1) Hyrax::ImagePresenter delegates year to solr document
Failure/Error: presenter.year
The text was updated successfully, but these errors were encountered: