Commit 6ae5e01b authored by Bryce Johnson's avatar Bryce Johnson

Remove unneeded ordinal.

parent edb9d778
......@@ -74,7 +74,7 @@ describe 'Service Desk Issue Tracker' do
context 'when there are issues' do
let(:support_bot) { User.support_bot }
let(:other_user) { create(:user) }
let!(:service_desk_issue_1) { create(:issue, project: project, author: support_bot) }
let!(:service_desk_issue) { create(:issue, project: project, author: support_bot) }
let!(:other_user_issue) { create(:issue, project: project, author: other_user) }
describe 'service desk info content' 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