On 7/24/07, Eric Pugh <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to use rspec_on_rails in a Rails app that doesn't have a
> database.  so far I have just been faking it out by dumping in a
> sqlite3 database just to make Rails happy.

Try deleting config/database.yml (or renaming it to something else)
and then running:

rake spec

That should do it.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to