Closed brandenge closed 1 year ago
There are typos in the test method name expect in enumerables/exercises_1/spec/reject_pattern_spec.rb on multiple lines.
expect
enumerables/exercises_1/spec/reject_pattern_spec.rb
Lines 32, 38, 62, and 86 all show expected but should instead show as expect.
expected
The same issue (expected should be expect instead) also exists in:
iteration/exercises/spec/inject_pattern_spec.rb on line 179
iteration/exercises/spec/inject_pattern_spec.rb
And also in:
iteration/exercises/spec/select_pattern_spec.rb on lines 66 and 98
iteration/exercises/spec/select_pattern_spec.rb
There are typos in the test method name
expect
inenumerables/exercises_1/spec/reject_pattern_spec.rb
on multiple lines.Lines 32, 38, 62, and 86 all show
expected
but should instead show asexpect
.