turingschool-examples / ruby-exercises

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

Typo in `mythical-creatures/spec/direwolf_spec.rb` on line 70 #131

Closed brandenge closed 1 year ago

brandenge commented 1 year ago

Lines 70 and 76 currently declare and reference the variable john_stark, but it should instead be jon_stark

Otherwise, the test fails with the following error:

 NameError:
   undefined local variable or method `jon_stark' for #<RSpec::ExampleGroups::Direwolf:0x00007f7b4e01ef70>