turingschool-examples / ruby-exercises

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

Minor edits/corrections in 'enumerables/exercises_1' #89

Closed joemecha closed 3 years ago

joemecha commented 3 years ago

reject_pattern_test.rb line 22: assert_equal: restored “y” to the assert_equal statement because it is not a vowel line 77: changed 'not_numbers' to 'not_floats' to accurately match test

reject_test.rb line 20: assert_equal: restored “y” to the assert_equal statement because it is not a vowel line 76: changed 'not_numbers' to ‘not_floats' to accurately match test