learn-co-curriculum / rspec-fizzbuzz

Fizzbuzz with RSpec Tutorial
Other
1 stars 156 forks source link

make fizzbuzz_spec.rb consistent with lesson #86

Closed nsmmrs closed 7 years ago

nsmmrs commented 7 years ago

The flow of the lesson (specifically at the section titled "A Bit About Your Test Vs Your Program") relies on line 2 initially being absent from fizzbuzz_spec.rb.

Looks like part of the lesson solution was accidentally merged with the lesson material.

DakotaLMartinez commented 7 years ago

@aturkewi

Just had another student point this same error in the instructions. This line is supposed to be missing in the original repo so students can add it in themselves.

Joll59 commented 7 years ago

@repromancer Thank you. Changes will be applied as you suggested.