diff --git a/spec/features/consumer/sitemap_spec.rb b/spec/system/consumer/sitemap_spec.rb similarity index 94% rename from spec/features/consumer/sitemap_spec.rb rename to spec/system/consumer/sitemap_spec.rb index 47e63f5ac3..9a33b66665 100644 --- a/spec/features/consumer/sitemap_spec.rb +++ b/spec/system/consumer/sitemap_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe 'sitemap' do let(:enterprise) { create(:distributor_enterprise) }