Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 1f8e831

Browse files
committed
This cop was disabled globally.
1 parent fd81ea3 commit 1f8e831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rspec/core/shared_example_group.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def shared_examples(name, *args, &block)
103103
# Shared examples top level DSL.
104104
module TopLevelDSL
105105
# @private
106-
# rubocop:disable Lint/NestedMethodDefinition
107106
def self.definitions
108107
proc do
109108
def shared_examples(name, *args, &block)
@@ -113,7 +112,6 @@ def shared_examples(name, *args, &block)
113112
alias shared_examples_for shared_examples
114113
end
115114
end
116-
# rubocop:enable Lint/NestedMethodDefinition
117115

118116
# @private
119117
def self.exposed_globally?

0 commit comments

Comments
 (0)