Commit 6fc0a489 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'rachelfox-master-patch-64973' into 'master'

fix has to have and capital NOT to lowercase not typos

See merge request gitlab-org/gitlab!33788
parents c5031e4a a81d30b8
......@@ -61,7 +61,7 @@ describe Projects::EnvironmentsController do
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
stub_licensed_features(deploy_board: false)
......@@ -135,7 +135,7 @@ describe Projects::EnvironmentsController do
create(:protected_environment, name: 'staging', project: project)
end
it 'shows NOT Found' do
it 'shows not found' do
subject
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