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!
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!