From fa4a2dbab4a93bcefbdeb847a44c9b086bb19ec3 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Sat, 6 Nov 2021 19:18:42 +0000 Subject: [PATCH] Moves/updates tag_rules into system --- spec/{features => system}/admin/tag_rules_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/tag_rules_spec.rb (99%) diff --git a/spec/features/admin/tag_rules_spec.rb b/spec/system/admin/tag_rules_spec.rb similarity index 99% rename from spec/features/admin/tag_rules_spec.rb rename to spec/system/admin/tag_rules_spec.rb index 602913475c..2319eec98c 100644 --- a/spec/features/admin/tag_rules_spec.rb +++ b/spec/system/admin/tag_rules_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe 'Tag Rules', js: true do include AuthenticationHelper