From dec7332357ae21be289ac26a4c440cb0b5fa1002 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 7 Jan 2021 18:10:38 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/rubocop/cop/put_group_routes_under_scope_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/rubocop/cop/put_group_routes_under_scope_spec.rb') diff --git a/spec/rubocop/cop/put_group_routes_under_scope_spec.rb b/spec/rubocop/cop/put_group_routes_under_scope_spec.rb index 888d1b6a2ba..46b50d7690b 100644 --- a/spec/rubocop/cop/put_group_routes_under_scope_spec.rb +++ b/spec/rubocop/cop/put_group_routes_under_scope_spec.rb @@ -4,7 +4,7 @@ require 'fast_spec_helper' require 'rubocop' require_relative '../../../rubocop/cop/put_group_routes_under_scope' -RSpec.describe RuboCop::Cop::PutGroupRoutesUnderScope, type: :rubocop do +RSpec.describe RuboCop::Cop::PutGroupRoutesUnderScope do include CopHelper subject(:cop) { described_class.new } -- cgit v1.2.3