We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3228a commit 3736f34Copy full SHA for 3736f34
README.md
@@ -43,6 +43,9 @@ You can find the full list of routes here:
43
44
API Documentation will be available at `http://localhost:3000/api/docs/`.
45
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
+
49
To re-generate API documentation (in test environment to ensure minimal changes) run:
50
```
51
docker compose run -e RAILS_ENV=test nrdb_api_server bundle exec rake docs:generate
0 commit comments