Skip to content

Commit

Permalink
cleanup for rspec#2175
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 8, 2016
1 parent 9c89d62 commit 910b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/core/example_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def self.next_runnable_index_for(file)
# We add 1 so the ids start at 1 instead of 0. This is
# necessary for this branch (but not for the other one)
# because we register examples and groups with the
# `childeren` and `examples` collection BEFORE this
# `children` and `examples` collection BEFORE this
# method is called as part of metadata hash creation,
# but the example group is recorded with
# `RSpec.world.example_group_counts_by_spec_file` AFTER
Expand Down

0 comments on commit 910b3d9

Please sign in to comment.