turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 767 forks source link

Typos in test method name `expect` in `enumerables/exercises_1/spec/reject_pattern_spec.rb` #124

Closed brandenge closed 1 year ago

brandenge commented 1 year ago

There are typos in the test method name expect in enumerables/exercises_1/spec/reject_pattern_spec.rb on multiple lines.

Lines 32, 38, 62, and 86 all show expected but should instead show as expect.

brandenge commented 1 year ago

The same issue (expected should be expect instead) also exists in:

iteration/exercises/spec/inject_pattern_spec.rb on line 179

And also in:

iteration/exercises/spec/select_pattern_spec.rb on lines 66 and 98