Integration testing without loading fixtures

Hi,

Is there a way to run rake test:integration without having it fire of db:test:prepare? I'd like to setup the test database without using fixtures.

I ran the integration script manually which is fine, but would prefer to use the rake task. It seems like I get more output from rake, but I might be wrong.

Thanks, Fredrik