rlmoser99 / ruby_rspec_TOP

A tutorial that I developed for students at The Odin Project to learn RSpec.

Home Page:https://github.com/TheOdinProject/ruby_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicitly direct user to the /lib files first, when they exist?

msespos opened this issue · comments

I think it could be helpful to tell the user, in the spec file, that if there is or are one or more related /lib files, that they should be looked at first. Something like

"Before you start this lesson, take a look at lib/xxxxxxxx.rb."