Update documentation about running unit tests (#576)

This commit is contained in:
Arthur Mello
2018-08-28 13:27:50 -03:00
committed by marpio
parent e5ce3f7c6e
commit 0b9624afbf
-7
View File
@@ -79,13 +79,6 @@ In order to run unit tests, services they depend on must be running first:
make alldeps
```
and database created:
```console
buffalo db create
buffalo db migrate up
```
then you can run the unit tests:
```console