On Tue, Aug 19, 2008 at 2:08 PM, Jonathan Linowes
<[EMAIL PROTECTED]>wrote:

>
> you'll notice that vendor/plugins/rspec-rails/rspec.rake contains the line
>
> spec_prereq = File.exist?(File.join(RAILS_ROOT, 'config', 'database.yml'))
> ? "db:test:prepare" : :noop
>
> which you could change or comment out


You'd have to remember to run your migrations against the test db as well as
the dev db.

///ark
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to