We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0bb19 + 1b297af commit ad44596Copy full SHA for ad44596
lib/rspec/core/shared_example_group.rb
@@ -64,11 +64,6 @@ module SharedExampleGroup
64
# group; any example group or example with matching metadata will
65
# automatically include this shared example group.
66
# @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
72
#
73
# Stores the block for later use. The block will be evaluated
74
# in the context of an example group via `include_examples`,
0 commit comments