Removed Brackets

This commit is contained in:
Tim Zallmann 2017-11-09 23:55:57 +01:00
parent 01240a1836
commit fce34b4ba8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe IconsHelper do
end
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)
end
end