Commit a8be32ca authored by Lucy Fox's avatar Lucy Fox

Fix typo: Exists

parent 8cb20c01
......@@ -63,7 +63,7 @@ RSpec.describe AuditEvent, type: :model do
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) }
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