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

docs: remove non-existent shared_context overload #2375

Merged
merged 1 commit into from
Jan 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/rspec/core/shared_example_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ module SharedExampleGroup
# group; any example group or example with matching metadata will
# automatically include this shared example group.
# @param block The block to be eval'd
# @overload shared_examples(metadata, &block)
# @param metadata [Array<Symbol>, Hash] metadata to attach to this
# group; any example group or example with matching metadata will
# automatically include this shared example group.
# @param block The block to be eval'd
#
# Stores the block for later use. The block will be evaluated
# in the context of an example group via `include_examples`,
Expand Down