Remove reference to old lib/api/ci dir

This directory no longer exists (since 2017)
This commit is contained in:
Thong Kuah 2019-08-17 21:53:46 +00:00
parent 1068483f72
commit 90170ab1a7
1 changed files with 0 additions and 1 deletions

View File

@ -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