Skip to content

Commit

Permalink
Mention how to setup the test db
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatanasoiu committed Oct 29, 2018
1 parent ebb88ed commit f818a69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,12 @@ Important Notes:
- **All new features must include test coverage.** At a bare minimum, Unit tests are required. It is preferred if you include acceptance tests as well.
- **The tests must be be idempotent.** The HTTP calls made during a test should be able to be run over and over.
- **Tests are order independent.** The default RSpec configuration randomizes the test order, so this should not be a problem.


Getting tests to run
--------------------
```
$ bundle exec db:schema:load
```

0 comments on commit f818a69

Please sign in to comment.