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

Fix build by marking methods as undoced #2923

Merged
merged 1 commit into from
Dec 10, 2021
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
2 changes: 2 additions & 0 deletions lib/rspec/core/example_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ def self.each_instance_variable_for_example(group)
end
end

# @private
def initialize(inspect_output=nil)
@__inspect_output = inspect_output || '(no description provided)'
super() # no args get passed
Expand Down Expand Up @@ -784,6 +785,7 @@ class SharedExampleGroupInclusionStackFrame
# @return [String] the location where the shared example was included
attr_reader :inclusion_location

# @private
def initialize(shared_group_name, inclusion_location)
@shared_group_name = shared_group_name
@inclusion_location = inclusion_location
Expand Down