diff --git a/spec/helpers/icons_helper_spec.rb b/spec/helpers/icons_helper_spec.rb index fddda0cd6277387e1e5ad4c9b4b1bdc8d3530e25..2f23ed55d99e87a183910772bf3097a16ccb1a55 100644 --- a/spec/helpers/icons_helper_spec.rb +++ b/spec/helpers/icons_helper_spec.rb @@ -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