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:
Maikel Linke
2023-04-11 12:12:52 +10:00
parent 15058299d8
commit 688285c374

View File

@@ -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