turingschool-examples / ruby-exercises

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

Typos in `initialize/spec/narwhal.rb` on line 8 #129

Closed brandenge closed 1 year ago

brandenge commented 1 year ago

Typos in expect.

expeec(nancy).to be_an_instance_of(Narwhal) should be expect(nancy).to be_an_instance_of(Narwhal)