mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove loading of unused spec helpers
We have only one feature spec left and it's loading the system_helper instead of the spec_helper. These lines were dead code.
This commit is contained in:
@@ -40,6 +40,4 @@ RSpec.configure do |config|
|
||||
config.include Devise::Test::ControllerHelpers, type: :controller
|
||||
config.include OpenFoodNetwork::ApiHelper, type: :controller
|
||||
config.include OpenFoodNetwork::ControllerHelper, type: :controller
|
||||
config.include Features::DatepickerHelper, type: :feature
|
||||
config.include DownloadsHelper, type: :feature
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user