On May 26, 2010, at 8:23 AM, David Chelimsky wrote: > Ruby-1.9.2 removes '.' from the $LOAD_PATH. There have been a couple of > issues reported against rspec-core-2 asking RSpec to add '.' to $LOAD_PATH > for 1.9.2. My instinct is that this is the wrong way to go; that Ruby is > telling us to get used to typing "./" when we run command line tools. What do > _you_ think? > > ================= > http://github.com/rspec/rspec-core/issues/issue/28 > http://github.com/rspec/rspec-core/issues/issue/29
Upon further review (d'oh), it turns out there is a solution for this already built into rspec-2. Just add a .rspec file in the project root (or home directory for global settings) and add a line that reads "-I.". I'll make sure this is documented in the README. Cheers, David _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
