Skip to content

Commit ad44596

Browse files
authored
Merge pull request rspec#2375 from alyssais/patch-1
docs: remove non-existent shared_context overload
2 parents 2e0bb19 + 1b297af commit ad44596

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)