Skip to content

Commit c0b5ddc

Browse files
committed
Fix path to migrations
Signed-off-by: Rémy Coutable <[email protected]>
1 parent 947617f commit c0b5ddc

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/migrations/` | `spec/migrations/` | RSpec | |
28+
| `app/db/{post_,}migrate/` | `spec/migrations/` | RSpec | |
2929
| `app/policies/` | `spec/policies/` | RSpec | |
3030
| `app/presenters/` | `spec/presenters/` | RSpec | |
3131
| `app/routing/` | `spec/routing/` | RSpec | |

0 commit comments

Comments
 (0)