-
Peter Leitzen authored
Replace expect(response.status).to eq(200) expect(response.status).not_to eq(200) with expect(response).to have_gitlab_http_status(:ok) expect(response).not_to have_gitlab_http_status(:ok)
bdb12d07
Replace expect(response.status).to eq(200) expect(response.status).not_to eq(200) with expect(response).to have_gitlab_http_status(:ok) expect(response).not_to have_gitlab_http_status(:ok)