diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-11 13:48:55 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-11 13:48:55 +0200 |
commit | c0b5ddc73d8605893a7953ecc193163802efa474 (patch) | |
tree | 960f53badb72ec34bec7bad69ed608c8b561032a /doc | |
parent | 947617f6374b053a54425344fb42b2bf327c84de (diff) | |
download | gitlab-ce-c0b5ddc73d8605893a7953ecc193163802efa474.tar.gz |
Fix path to migrations
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index 686cd7be1d2..9d3ab8d74cf 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -25,7 +25,7 @@ records should use stubs/doubles as much as possible. | --------- | ---------- | -------------- | ----- | | `app/finders/` | `spec/finders/` | RSpec | | | `app/helpers/` | `spec/helpers/` | RSpec | | -| `app/migrations/` | `spec/migrations/` | RSpec | | +| `app/db/{post_,}migrate/` | `spec/migrations/` | RSpec | | | `app/policies/` | `spec/policies/` | RSpec | | | `app/presenters/` | `spec/presenters/` | RSpec | | | `app/routing/` | `spec/routing/` | RSpec | | |