learn-co-curriculum / rspec-fizzbuzz

Fizzbuzz with RSpec Tutorial
Other
1 stars 157 forks source link

Inconsistent instructions #85

Closed sjmoody closed 7 years ago

sjmoody commented 7 years ago

The section "A BIT ABOUT YOUR TEST VS YOUR PROGRAM" describes a situation where the fizzbuzz_spec.rb file does not already include this line: "require_relative '../fizzbuzz.rb'"

The cloned repository includes this line.

A solution would be to either remove this line from the code or update the instructions to remove this section.

nsmmrs commented 7 years ago

Noticed the same thing. Just submitted a pull request for it.

Joll59 commented 7 years ago

@sjmoody Thank you! Issue has been addressed. Closing issue for now.