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

Commit 2a7fe10

Browse files
authored
docs: remove non-existent shared_context overload
Fixes #2374.
1 parent dde4efd commit 2a7fe10

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/rspec/core/shared_example_group.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ module SharedExampleGroup
6464
# group; any example group or example with matching metadata will
6565
# automatically include this shared example group.
6666
# @param block The block to be eval'd
67-
# @overload shared_examples(metadata, &block)
68-
# @param metadata [Array<Symbol>, Hash] metadata to attach to this
69-
# group; any example group or example with matching metadata will
70-
# automatically include this shared example group.
71-
# @param block The block to be eval'd
7267
#
7368
# Stores the block for later use. The block will be evaluated
7469
# in the context of an example group via `include_examples`,

0 commit comments

Comments
 (0)