diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-08-17 21:53:46 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-08-17 21:53:46 +0000 |
commit | 90170ab1a7fefd3d2ce81d81ed9df7bab7eb93c3 (patch) | |
tree | ce3237156275c4e0214d2a842547905d40a97f11 /doc | |
parent | 1068483f7260e5866c7d54f1f09b716dbf463c80 (diff) | |
download | gitlab-ce-90170ab1a7fefd3d2ce81d81ed9df7bab7eb93c3.tar.gz |
Remove reference to old lib/api/ci dirdocs-testing-guide-update
This directory no longer exists (since 2017)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/testing_guide/testing_levels.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development/testing_guide/testing_levels.md b/doc/development/testing_guide/testing_levels.md index e1ce4d3b7d1..6c3a3171d39 100644 --- a/doc/development/testing_guide/testing_levels.md +++ b/doc/development/testing_guide/testing_levels.md @@ -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 |