TheOdinProject / ruby-exercises

MIT License
227 stars 1.09k forks source link

fix: change test for 'find favorite' in nested_array_exercises_spec to better resist bad solutions #66

Closed JoshDevHub closed 2 years ago

JoshDevHub commented 2 years ago

closes #64

I just made a small change to the tests for the 'find favorite exercise' to help prevent cases like the one mentioned in the Issue.