On Wed, Jun 24, 2009 at 8:18 PM, Luis Lavena<[email protected]> wrote: > On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale<[email protected]> wrote: >> I just published a quick article showing how to use the patch I >> provided and David just release in RSpec 1.2.7 to run your specs using >> multiruby: >> >> http://talklikeaduck.denhaven2.com/2009/06/24/rspec-meet-multiruby >> > > Tried to leave you this comment: > > I have setup 'mr' as alias for multiruby, so I can do > > mr -S rake spec
As far as I can tell, this requires that you install rake in all the various multiruby setups. But the real reason I went the way I did was that it allows other rake tasks to depend on the multiruby rspec tasks without requiring ALL rake tests to run under multiruby. -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
