mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Using Spring was hiding an loading error. When you start Rspec, Rails and its engines are not loaded yet. So our way to load the spec helper via `Rails.root` did not work when you ran specs on their own without loading Rails with Spring first.