turingschool-examples / ruby-exercises

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

Copy paste error in test in `initialize/spec/octopus_spec.rb` on line 30 #130

Closed brandenge closed 1 year ago

brandenge commented 1 year ago

orville = Octopus.new("Orville", nancy) should be orville = Octopus.new("Orville", eel)

It looks like it was copy-pasted from the previous test on line 23.