Skip to content
Snippets Groups Projects
Commit 6707d238 authored by Mayra Cabrera's avatar Mayra Cabrera :zero:
Browse files

Fixes typo on project error tracking spec

Merge branch 'fixes-typos-on-project-error-tracking-spec' into 'master'

See merge request gitlab-org/security/gitlab!3324

Changelog: security
parent 8e584968
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@
it { expect(result[:issue].gitlab_commit_path).to eq(nil) }
end
context 'when repo commit matches first relase version' do
context 'when repo commit matches first release version' do
let(:commit) { instance_double(Commit, id: commit_id) }
let(:repository) { instance_double(Repository, commit: commit) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment