On Jun 7, 12:56 pm, John Firebaugh <[email protected]> wrote: > Better yet -- backport require_relative from 1.9.2 and use that everywhere. > > http://extensions.rubyforge.org/rdoc/classes/Kernel.html#M000039
That sounds good, but think about how you would implement it. You'd have to modify every spec file to require require_relative before requiring the spec_helper. Wouldn't it be better to modify the require line instead of using two requires? Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
