Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-06-24 18:09:03 +00:00
parent 4c5468b408
commit c59765a50a
1473 changed files with 2239 additions and 2021 deletions

View File

@ -2,7 +2,7 @@
require 'spec_helper'
describe Gitlab::StringPlaceholderReplacer do
RSpec.describe Gitlab::StringPlaceholderReplacer do
describe '.render_url' do
it 'returns the nil if the string is blank' do
expect(described_class.replace_string_placeholders(nil, /whatever/)).to be_blank