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

Commit 3b07df3

Browse files
committed
Fix YARD warning
Undocumented Objects: (in file: lib/rspec/core/example_group.rb) RSpec::Core::ExampleGroup.initialize
1 parent 84707f0 commit 3b07df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rspec/core/example_group.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ def self.each_instance_variable_for_example(group)
686686
end
687687
end
688688

689+
# @private
689690
def initialize(inspect_output=nil)
690691
@__inspect_output = inspect_output || '(no description provided)'
691692
super() # no args get passed

0 commit comments

Comments
 (0)