From f818a69bc9fbeac2caa6fa6ef2cdf63e586a6577 Mon Sep 17 00:00:00 2001 From: Elena Tanasoiu Date: Mon, 29 Oct 2018 17:09:54 +0000 Subject: [PATCH] Mention how to setup the test db --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0b048d1c..571f0bbb 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +