summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-09 23:55:57 +0100
committerTim Zallmann <tzallmann@gitlab.com>2017-11-09 23:55:57 +0100
commitfce34b4ba80bd4dfda770ea359e09da115caf075 (patch)
tree7beb927bc1e3551b2183e567547c33c8046febdd
parent01240a1836677b4a737ea1de816ae23be0c2c4b2 (diff)
downloadgitlab-ce-fce34b4ba80bd4dfda770ea359e09da115caf075.tar.gz
-rw-r--r--spec/helpers/icons_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/icons_helper_spec.rb b/spec/helpers/icons_helper_spec.rb
index fddda0cd627..2f23ed55d99 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