Add info in database section about required permissions to rake spec.

This commit is contained in:
Meatballs1
2014-11-27 13:16:09 -08:00
parent bbb8284041
commit 5f583fba0a
@@ -380,6 +380,10 @@ Once that's complete, rename your
file to 'database.yml' and be sure to fill in at least the "development"
and "test" sections.
If you are going to be running specs the user for the test database will need to be able to create databaseswhich can be done by running the following psql command:
`ALTER USER your_user WITH CREATEDB;`
## Start Metasploit
Now that you have a source checkout of Metasploit and you have all your