From 683ab9fc9a5f1a511f0e7b6dea69ec78801e77d4 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 23 Nov 2023 23:04:56 +0300 Subject: [PATCH] Update lib/rubocop/cop/rspec/shared_examples.rb --- lib/rubocop/cop/rspec/shared_examples.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rubocop/cop/rspec/shared_examples.rb b/lib/rubocop/cop/rspec/shared_examples.rb index 1a3d72e25..3e173ecba 100644 --- a/lib/rubocop/cop/rspec/shared_examples.rb +++ b/lib/rubocop/cop/rspec/shared_examples.rb @@ -80,7 +80,6 @@ def new_checker(ast_node) else # string StringChecker.new(ast_node) end - end # :nodoc: