Commit 37a1ca97 authored by Stan Hu's avatar Stan Hu

Merge branch 'lucyfox-master-patch-49878' into 'master'

Fix typo: Exists

See merge request gitlab-org/gitlab!31569
parents c9d7d0be a8be32ca
...@@ -63,7 +63,7 @@ RSpec.describe AuditEvent, type: :model do ...@@ -63,7 +63,7 @@ RSpec.describe AuditEvent, type: :model do
end end
end end
context 'when user does not exists anymore' do context 'when user does not exist anymore' do
subject(:event) { described_class.new(author_id: non_existing_record_id) } subject(:event) { described_class.new(author_id: non_existing_record_id) }
context 'when details contains author_name' do context 'when details contains author_name' do
......
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