Hi all, Before I go off and bodge one together, has anyone else come up with a decent error-format for vim to :make Ruby unit-tests with? -- Alex
Alex Young wrote:> Hi all, > > Before I go off and bodge one together, has anyone else come up with a > decent error-format for vim to :make Ruby unit-tests with? >D''oh! Scratch that... Google does know everything after all :-) -- Alex
> D''oh! Scratch that... Google does know everything after all >How about clueing us in on what you found?
Please do Mr. Young ! On 2/2/06, Alex Soto <apsoto@gmail.com> wrote:> > > D''oh! Scratch that... Google does know everything after all > > > > How about clueing us in on what you found? > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060203/d37bc5aa/attachment.html
Dylan Stamat wrote:> Please do Mr. Young ! > > > On 2/2/06, *Alex Soto* <apsoto@gmail.com <mailto:apsoto@gmail.com>> wrote: > > > D''oh! Scratch that... Google does know everything after all > > > > How about clueing us in on what you found?It turns out that the one I found was already being distributed as part of the vim-ruby package. If you''ve got it installed, do: :compiler rubyunit and :make should do what you expect. -- Alex