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
We're calling Solr directly inside a few dozen different spec files. This doesn't follow best practices, and also makes the tests run slower. Let's add a universal stub to all tests inside the rails_helper.rb file that will change all the test calls to Solr into stubs and prevent future accidental calls to Solr from within the testing suite.
The text was updated successfully, but these errors were encountered:
We're calling Solr directly inside a few dozen different spec files. This doesn't follow best practices, and also makes the tests run slower. Let's add a universal stub to all tests inside the rails_helper.rb file that will change all the test calls to Solr into stubs and prevent future accidental calls to Solr from within the testing suite.
The text was updated successfully, but these errors were encountered: