From 9ab335302e2d4da4897fc796905e1055eab77566 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 12 Oct 2021 15:43:42 +0100 Subject: [PATCH] Moves/updates index_spec into system --- spec/{features => system}/admin/enterprises/index_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/enterprises/index_spec.rb (99%) diff --git a/spec/features/admin/enterprises/index_spec.rb b/spec/system/admin/enterprises/index_spec.rb similarity index 99% rename from spec/features/admin/enterprises/index_spec.rb rename to spec/system/admin/enterprises/index_spec.rb index 676976351b..019ca733a2 100644 --- a/spec/features/admin/enterprises/index_spec.rb +++ b/spec/system/admin/enterprises/index_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe 'Enterprises Index' do include WebHelper