Skip to content

Commit

Permalink
Fix database config instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Nov 1, 2012
1 parent 9906c1c commit deb0112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You need to set up a test database. You can modify the settings for the test dat
`config/database.yml`, but if you stick with the defaults, you can set up the database like this:

$ echo "create database ept_invoicing_test" | mysql -uroot
$ echo "grant all on ept_invoicing_test.* to 'build'@'%'" | mysql -uroot
$ echo "grant all on ept_invoicing_test.* to 'build'@'localhost'" | mysql -uroot

Then run the tests by typing `rake`.

Expand Down

0 comments on commit deb0112

Please sign in to comment.