Spec dirs not in path?

I’m just curious if there’s a reason why rspec doesn’t add the various
spec dirs to $: so that “requires” can be done without specifying the
full
path name.

Thanks,
Steve

On Tue, 16 Oct 2007 14:17:48 -0500, David C. wrote:

Do you mean the dirs inside rspec, or in the spec directory in your project?

Inside the spec dir in the project. spec/controllers, spec/models,
etc…

On 10/16/07, Steve [email protected] wrote:

I’m just curious if there’s a reason why rspec doesn’t add the various
spec dirs to $: so that “requires” can be done without specifying the full
path name.

Do you mean the dirs inside rspec, or in the spec directory in your
project?