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.
1 parent 65f93cf commit 45e418aCopy full SHA for 45e418a
lib/rspec/core/example_group.rb
@@ -455,7 +455,7 @@ def self.next_runnable_index_for(file)
455
# We add 1 so the ids start at 1 instead of 0. This is
456
# necessary for this branch (but not for the other one)
457
# because we register examples and groups with the
458
- # `childeren` and `examples` collection BEFORE this
+ # `children` and `examples` collection BEFORE this
459
# method is called as part of metadata hash creation,
460
# but the example group is recorded with
461
# `RSpec.world.example_group_counts_by_spec_file` AFTER
0 commit comments