From fb87ef29a6fb8d79034e9ed2834121620e9f14ca Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 7 Dec 2021 11:09:17 +0000 Subject: [PATCH] Updates/moves shops_caching into system --- .../{features => system}/consumer/caching/shops_caching_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/caching/shops_caching_spec.rb (99%) diff --git a/spec/features/consumer/caching/shops_caching_spec.rb b/spec/system/consumer/caching/shops_caching_spec.rb similarity index 99% rename from spec/features/consumer/caching/shops_caching_spec.rb rename to spec/system/consumer/caching/shops_caching_spec.rb index 007392a63d..aa5bc79141 100644 --- a/spec/features/consumer/caching/shops_caching_spec.rb +++ b/spec/system/consumer/caching/shops_caching_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "spec_helper" +require "system_helper" describe "Shops caching", js: true, caching: true do include WebHelper