> -----Original Message----- > From: list-bounce / example.com > [mailto:list-bounce / example.com] On Behalf Of todd > Sent: Wednesday, May 17, 2006 12:34 PM > To: ruby-talk ML > Subject: load unless requires - what are the ramifications > > > I very new to Ruby (this is my second week), so excuse the > "newbieness" > of my question. > > I downloaded a project from RubyForge and I'm playing around with the > scripts. I'm having trouble getting the tests to pass - some pass if > run from the main directory, others I have to be in the main/test > directory for them to work. <snip> Some people are nice about letting tests run from the test or parent directory. Others assume you'll run the tests with something like 'ruby -I lib test/tc_foo.rb'. You shouldn't need to hand edit the files at all, though your solution will work. Just use -I. See p. 178 of Pickaxe II for more info. Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.