I am working through Michael Hartl\'s excellent tutorial but when trying to prepare the test database with the command:
bundle exec rake db:test:prepare
I get this error messag
Did you ensure the ownership of the test DB? try running the \l command on Postgres console client and check the ownerships. you can also try the following query: