samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

subject uri, broader, narrower should be string instead of RDF::URI in json results #235

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

This was a regression from the output prior to refactoring that showed up in PR #233.

The tests didn't catch the bug because rspec turned the RDF::URI to a string in the related tests. The tests were updated to specifically test for the subject uri and one of the other uris to be_kind_of String.