samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Move search and find tests SearchQuery and FindTerm specs #228

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

These were tested in GenericAuthority because typically they are called as a delegate in this class. But it is easier to read the tests when they are separated out to those for search and those for find. So they were moved to the specs for classes that implement the search and find methods.