Skip to content

Commit

Permalink
fixed indent on test README
Browse files Browse the repository at this point in the history
  • Loading branch information
reinbach committed Apr 4, 2015
1 parent 6948216 commit cb38503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/README.md
Expand Up @@ -13,13 +13,13 @@ We create a Makefile to help with the running of various commands for us

We can run individual tests with;

go test ./server/
go test ./template/
go test ./server/
go test ./template/

Or we can make use of the Makefile commands

make test # run the tests and create coverage files
make cov # to open up browser and view the coverage reports
make test # run the tests and create coverage files
make cov # to open up browser and view the coverage reports


### Run Site
Expand Down

0 comments on commit cb38503

Please sign in to comment.