Merge branch 'docs-testing-guide-update' into 'master'
Docs fixup: Remove reference to old lib/api/ci dir See merge request gitlab-org/gitlab-ce!31937
This commit is contained in:
commit
40c9edf69e
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ They're useful to test permissions, redirections, what view is rendered etc.
|
|||
| `app/controllers/` | `spec/controllers/` | RSpec | |
|
||||
| `app/mailers/` | `spec/mailers/` | RSpec | |
|
||||
| `lib/api/` | `spec/requests/api/` | RSpec | |
|
||||
| `lib/ci/api/` | `spec/requests/ci/api/` | RSpec | |
|
||||
| `app/assets/javascripts/` | `spec/javascripts/`, `spec/frontend/` | Karma & Jest | More details in the [Frontend Testing guide](frontend_testing.md) section. |
|
||||
|
||||
### About controller tests
|
||||
|
|
Loading…
Reference in a new issue