From 4f4b85e1c7f7a5518f12a6981709cf3ef3f0f653 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 13 Feb 2023 21:08:20 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- rubocop/cop/rspec/invalid_feature_category.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubocop') diff --git a/rubocop/cop/rspec/invalid_feature_category.rb b/rubocop/cop/rspec/invalid_feature_category.rb index de11c6c443a..9ef880d6aac 100644 --- a/rubocop/cop/rspec/invalid_feature_category.rb +++ b/rubocop/cop/rspec/invalid_feature_category.rb @@ -47,7 +47,7 @@ module RuboCop # @!method feature_category?(node) def_node_matcher :feature_category_value, <<~PATTERN (block - (send ... + (send #rspec? {#ExampleGroups.all #Examples.all} ... (hash <(pair (sym :feature_category) $_) ...>) ) ... -- cgit v1.2.3