TheOdinProject / ruby-exercises

MIT License
227 stars 1.09k forks source link

Update nested_array_exercises_spec.rb (issue corrected) #91

Closed alexaldearroyo closed 1 year ago

alexaldearroyo commented 1 year ago

describe 'delete seat from grid row exercise' → describe 'delete seat from row exercise'

Because

The Rspec test of the lesson gave an error because it did not find the "delete seat from grid" method, which was not present in the exercise.

The correct expected method would be: "delete seat from row".

This PR

Issue

Closes #XXXXX

Additional Information

Link to the issue: https://github.com/TheOdinProject/curriculum/issues/26275

Link to the solutions branch PR: https://github.com/TheOdinProject/ruby-exercises/pull/92

Pull Request Requirements

alexaldearroyo commented 1 year ago

No problem. I see, thank you for letting me know. I will keep it in mind next time!