Skip to content

Commit

Permalink
docs: remove non-existent shared_context overload
Browse files Browse the repository at this point in the history
Fixes #2374.
  • Loading branch information
alyssais committed Jan 20, 2017
1 parent dde4efd commit 2a7fe10
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 2a7fe10

Please sign in to comment.