[rspec-users] spec w/o db:test:prepare
David Chelimsky
dchelimsky at gmail.com
Tue Jul 20 19:40:41 EDT 2010
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
More information about the rspec-users
mailing list