On Thu, Nov 6, 2008 at 4:01 AM, Hongli Lai <[EMAIL PROTECTED]> wrote:

> <cut>
>>
>
> 'spec' depends on 'db:test:prepare'. 'db:test:prepare' runs any pending
> migrations on your development database, and copies the schema structure to
> the test database. This is to keep the development database's structure and
> the test database's structure in sync.
>
> db:test:prepare does not run migrations. It simply checks whether there are
any pending migrations and aborts if there are.

///ark
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to