How to stop 'rake test' from recreating schema every time?

Hello…

Every time I ‘rake test,’ the first thing it does is drop my test db
schema and recreate it from the development schema.

I don’t want it to do this!

Is it supposed to be doing that, or do I have something screwed up?

How do I make it skip this step?

Thanks.
–mark

It is suppose to do that to insure that the test database is the same
each time.

Best regards,

IsBOF