From eef89e73c828e6a80db3873ec728cb55e509c4fc Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 20 Dec 2021 14:49:05 +0000 Subject: [PATCH] Updates/moves sitemap_spec --- spec/{features => system}/consumer/sitemap_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/sitemap_spec.rb (94%) 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) }