How 'bout for rspec2?

BTW: Where should these magic lines be placed?  Inside a
./config/initializers/my_init.rb ??

Peter Fitzgibbons
(847) 859-9550
Email: peter.fitzgibb...@gmail.com
IM GTalk: peter.fitzgibbons
IM AOL: peter.fitzgibb...@gmail.com


On Tue, Jul 20, 2010 at 6:40 PM, David Chelimsky <dchelim...@gmail.com>wrote:

> On Jul 20, 2010, at 4:18 PM, Peter Fitzgibbons wrote:
>
> > HI All,
> >
> > I would like to perform my spec runs without the db:test:prepare rake
> prereq.
> > It would be nice if I could alter spec to prereq db:test:purge only.
> >
> > Could you give me some advice/urls/pointers on how best to go about this?
>
> Rake::Task[:spec].clear_prerequisites
> task :spec => ["db:test:purge"]
>
> Cheers,
> David
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to