From 345b9a181ca212ca4cb6cf273aa7c1960780c333 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 7 Dec 2021 18:34:04 +0000 Subject: [PATCH] Updates/moves shops_spec into system --- spec/{features => system}/consumer/shops_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/shops_spec.rb (99%) diff --git a/spec/features/consumer/shops_spec.rb b/spec/system/consumer/shops_spec.rb similarity index 99% rename from spec/features/consumer/shops_spec.rb rename to spec/system/consumer/shops_spec.rb index e311fd34f0..2122cf0a89 100644 --- a/spec/features/consumer/shops_spec.rb +++ b/spec/system/consumer/shops_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe 'Shops', js: true do include AuthenticationHelper