Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-08-18 00:53:46 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-18 00:53:46 +0300
commit90170ab1a7fefd3d2ce81d81ed9df7bab7eb93c3 (patch)
treece3237156275c4e0214d2a842547905d40a97f11 /doc
parent1068483f7260e5866c7d54f1f09b716dbf463c80 (diff)
Remove reference to old lib/api/ci dir
This directory no longer exists (since 2017)
Diffstat (limited to 'doc')
-rw-r--r--doc/development/testing_guide/testing_levels.md1
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