Skip to content

Commit 8a23cc7

Browse files
committed
Add a link to spec/migrations/README.md in the testing documentation
Signed-off-by: Rémy Coutable <[email protected]>
1 parent 75d425e commit 8a23cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ records should use stubs/doubles as much as possible.
2525
| --------- | ---------- | -------------- | ----- |
2626
| `app/finders/` | `spec/finders/` | RSpec | |
2727
| `app/helpers/` | `spec/helpers/` | RSpec | |
28-
| `app/db/{post_,}migrate/` | `spec/migrations/` | RSpec | |
28+
| `app/db/{post_,}migrate/` | `spec/migrations/` | RSpec | More details at [`spec/migrations/README.md`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/migrations/README.md). |
2929
| `app/policies/` | `spec/policies/` | RSpec | |
3030
| `app/presenters/` | `spec/presenters/` | RSpec | |
3131
| `app/routing/` | `spec/routing/` | RSpec | |

0 commit comments

Comments
 (0)