Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-10 01:55:57 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-11-10 01:55:57 +0300
commitfce34b4ba80bd4dfda770ea359e09da115caf075 (patch)
tree7beb927bc1e3551b2183e567547c33c8046febdd
parent01240a1836677b4a737ea1de816ae23be0c2c4b2 (diff)
Removed Brackets
-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