We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122e0ba commit fefac70Copy full SHA for fefac70
README.md
@@ -68,9 +68,7 @@ find each other correctly.
68
#### Ruby (rspec)
69
70
The first time you run tests, set up the test database with:
71
- * `mysql -u root`
72
- ** `create database ggtracker_test;`
73
- ** `quit`
+ * `rake db:create`
74
* `rake db:test:prepare`
75
76
To run tests: `bundle exec rspec`
0 commit comments