turingschool-examples / ruby-exercises

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

Re-add basic enums test, fix syntax error. #74

Closed josh-works closed 4 years ago

josh-works commented 4 years ago

Working through these exercises with a student, I read the last line of the README more carefully:

For the basic_enumerables_test.rb, you will only need map, find, and find_all to complete the tasks.

For all_enumerable_exercises_test.rb, you will need to consider all enumerables and pick which one will be the best choice.

(This is the updated language)

Anyway, realized that the file I'd deleted in #72 should be brought back. When I ran it with that PR, it threw a syntax error, and I didn't investigate further. 🤦‍♀️

Anyway, all is fixed now.