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