TheOdinProject / ruby-exercises

MIT License
227 stars 1.09k forks source link

Update nested_array_exercises_spec.rb (issue corrected) #92

Closed alexaldearroyo closed 1 year ago

alexaldearroyo commented 1 year ago

describe 'delete seat from grid 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". Changed the line "describe 'delete seat from grid row exercise'" to "describe 'delete seat from row exercise'".

This PR

Issue

Closes #XXXXX

Additional Information

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

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

Pull Request Requirements