Skip to content

Commit

Permalink
Update nested_array_exercises_spec.rb (issue corrected) (TheOdinProje…
Browse files Browse the repository at this point in the history
…ct#91)

describe 'delete seat from grid row exercise' → describe 'delete seat from row exercise'
  • Loading branch information
alexaldearroyo authored Sep 5, 2023
1 parent d185324 commit fb55a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
end
end

describe 'delete seat from grid exercise' do
describe 'delete seat from row exercise' do
let(:array) { [[nil, 'Bob', 'Joe'], [nil, nil, 'Bill']] }

xit 'returns the array with the second item in the first row deleted' do
Expand Down

0 comments on commit fb55a50

Please sign in to comment.