From fcde3f8ee49875cf5dff6ef65455ecb7274ac9ab Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 12 Oct 2021 14:48:46 +0100 Subject: [PATCH] Moves/Updates terms_of_service_files_spec into system --- .../admin/configuration/terms_of_service_files_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/configuration/terms_of_service_files_spec.rb (98%) diff --git a/spec/features/admin/configuration/terms_of_service_files_spec.rb b/spec/system/admin/configuration/terms_of_service_files_spec.rb similarity index 98% rename from spec/features/admin/configuration/terms_of_service_files_spec.rb rename to spec/system/admin/configuration/terms_of_service_files_spec.rb index bd07677317..c6918a263b 100644 --- a/spec/features/admin/configuration/terms_of_service_files_spec.rb +++ b/spec/system/admin/configuration/terms_of_service_files_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "Terms of Service files" do include AuthenticationHelper