Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Fix parallel spec issue with coverage_spec
Previously, the specs were run in serial, or in larger chunks in parallel. Unfortunately this hides errors where spec files don't explicitly load all requires before loading. This commit adds the require spec_helper to any remaining spec files so that parallel spec can complete correctly.
- Loading branch information