learn-co-curriculum / rspec-fizzbuzz

Fizzbuzz with RSpec Tutorial
Other
1 stars 156 forks source link

Lesson text not completely consistent with lesson code #87

Closed dvimont closed 7 years ago

dvimont commented 7 years ago

The lesson is written with the expectation that the student will need to add a line of code to "fizzbuzz_spec.rb", but the line already appears to be included in the code.

This is the line that should not initially be there, but which the student (as part of the lesson) should be adding themselves: require_relative '../fizzbuzz.rb'

This inconsistency seems unlikely to cause excessive confusion for anybody (i.e. no big deal), but just though I'd point it out!

Joll59 commented 7 years ago

@dvimont Thank you! This has been addressed closing issue for now.