Skip to content

Commit ef9e972

Browse files
authored
Merge pull request #264 from plural/test-fixture-readme
Add a note about test fixture data to README.
2 parents da3228a + 3736f34 commit ef9e972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ You can find the full list of routes here:
4343

4444
API Documentation will be available at `http://localhost:3000/api/docs/`.
4545

46+
Run `RAILS_ENV=test bundle exec rails db:reset` with `docker compose run` or in a
47+
shell in the container to load the fixture data for the tests.
48+
4649
To re-generate API documentation (in test environment to ensure minimal changes) run:
4750
```
4851
docker compose run -e RAILS_ENV=test nrdb_api_server bundle exec rake docs:generate

0 commit comments

Comments
 (0)