mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user