Removed Brackets
This commit is contained in:
parent
01240a1836
commit
fce34b4ba8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe IconsHelper do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'returns an absolute URL on that asset host' do
|
it 'returns an absolute URL on that asset host' do
|
||||||
expect(sprite_icon_path())
|
expect(sprite_icon_path)
|
||||||
.to eq ActionController::Base.helpers.image_path("icons.svg", host: Gitlab.config.gitlab.url)
|
.to eq ActionController::Base.helpers.image_path("icons.svg", host: Gitlab.config.gitlab.url)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue