Displaying 1 result from an estimated 1 matches for "coleira".
Did you mean:
bolera
2008 Jan 11
2
Problems with rspec + remote db
hey guys,
I''m having a problem here, I have a pc in my house that I use as a db
server (postgresql).
I have the pr-postgresql gem running and it works very well
But when I try to "rake spec" I get these 2 errors
C:/ruby/bin/rake: No such file or directory - dropdb -U "coleira"
coleira_test
C:/ruby/bin/rake: No such file or directory - createdb -E unicode -U
"coleira" coleira_test
after doing a "rake spec --trace" I found out that this is happening
at the rake db:test:purge task, so I''m gessing that it is trying to
run "pgsql"...