I was reading the documentation on using rails with rspec and I didn’t
see
anything about how to spec libraries in the rails /lib directory so that
they’re integrated into the whole spec::rails system.
Where should I put specs for my libraries, and what’s the best way to
require the files that I’m testing in my spec?
I’ve never used rspec before, and I’m new to rails, so I’m huge newb.