Commit 85a63120 authored by Robert Speicher's avatar Robert Speicher

Fix merge_request_helper_spec

parent 687043d4
......@@ -37,7 +37,7 @@ describe MergeRequestsHelper do
]
end
it { is_expected.to eq('#JIRA-123, #JIRA-456, and #FOOBAR-7890') }
it { is_expected.to eq('JIRA-123, JIRA-456, and FOOBAR-7890') }
end
end
......
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