Commit a81d30b8 authored by Rachel Fox's avatar Rachel Fox

fix has to have and captol NOT to lowercase not typos

parent 88bc5b9e
...@@ -61,7 +61,7 @@ describe Projects::EnvironmentsController do ...@@ -61,7 +61,7 @@ describe Projects::EnvironmentsController do
end end
end end
context 'when license does not has the GitLab_DeployBoard add-on' do context 'when license does not have the GitLab_DeployBoard add-on' do
before do before do
stub_licensed_features(deploy_board: false) stub_licensed_features(deploy_board: false)
...@@ -135,7 +135,7 @@ describe Projects::EnvironmentsController do ...@@ -135,7 +135,7 @@ describe Projects::EnvironmentsController do
create(:protected_environment, name: 'staging', project: project) create(:protected_environment, name: 'staging', project: project)
end end
it 'shows NOT Found' do it 'shows not found' do
subject subject
expect(response).to have_gitlab_http_status(:not_found) expect(response).to have_gitlab_http_status(:not_found)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment