mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Fixes: ``` Failure/Error: include Spree::Core::ControllerHelpers::Auth NameError: uninitialized constant Spree::Core::ControllerHelpers::Auth # ./lib/spree/api/controller_setup.rb:19:in `block in included' # ./lib/spree/api/controller_setup.rb:5:in `class_eval' # ./lib/spree/api/controller_setup.rb:5:in `included' # ./app/controllers/api/base_controller.rb:9:in `include' # ./app/controllers/api/base_controller.rb:9:in `<class:BaseController>' # ./app/controllers/api/base_controller.rb:6:in `<module:Api>' # ./app/controllers/api/base_controller.rb:5:in `<top (required)>' # ./app/controllers/api/products_controller.rb:5:in `<module:Api>' # ./app/controllers/api/products_controller.rb:4:in `<top (required)>' # ./spec/controllers/api/products_controller_spec.rb:6:in `<top (required)>' ```