Hi,
I have a group of non-Rails R. projects that all make heavy use of
RSpec. Each of these projects has a “spec” directory with a
“helper.rb” file. All the *_spec.rb files in the spec directory tree
do the usual
require File.dirname(FILE) + “/…/helper”
like dance. I understand that RSpec for Rails will look for a “spec/
support” directory and require any files found there? Is there a
similar scheme for non-Rails projects?
Any advice on this much appreciated!
Stu