We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d425e commit 8a23cc7Copy full SHA for 8a23cc7
doc/development/testing.md
@@ -25,7 +25,7 @@ records should use stubs/doubles as much as possible.
25
| --------- | ---------- | -------------- | ----- |
26
| `app/finders/` | `spec/finders/` | RSpec | |
27
| `app/helpers/` | `spec/helpers/` | RSpec | |
28
-| `app/db/{post_,}migrate/` | `spec/migrations/` | RSpec | |
+| `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). |
29
| `app/policies/` | `spec/policies/` | RSpec | |
30
| `app/presenters/` | `spec/presenters/` | RSpec | |
31
| `app/routing/` | `spec/routing/` | RSpec | |
0 commit comments