Skip to content

Commit fefac70

Browse files
committed
Simplify test preparation notes
1 parent 122e0ba commit fefac70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ find each other correctly.
6868
#### Ruby (rspec)
6969

7070
The first time you run tests, set up the test database with:
71-
* `mysql -u root`
72-
** `create database ggtracker_test;`
73-
** `quit`
71+
* `rake db:create`
7472
* `rake db:test:prepare`
7573

7674
To run tests: `bundle exec rspec`

0 commit comments

Comments
 (0)