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 10/16/07, Steve <vertebrate at gmail.com> 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?