diff options
author | winniehell <git@winniehell.de> | 2017-02-13 01:06:54 +0100 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2017-02-13 01:09:14 +0100 |
commit | 0f06d2646afc1bd5b445910829d3d13f04de9c94 (patch) | |
tree | 0c1db2a5f4fe406379f612e8e93ecd50cd90f5ac /spec/javascripts/header_spec.js | |
parent | 8a1441fb025bf9f46d42017e069382a44ade28d0 (diff) | |
download | gitlab-ce-0f06d2646afc1bd5b445910829d3d13f04de9c94.tar.gz |
Replace static fixture for header_spec.js (!9174)
Diffstat (limited to 'spec/javascripts/header_spec.js')
-rw-r--r-- | spec/javascripts/header_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/header_spec.js b/spec/javascripts/header_spec.js index cecebb0b038..2b263b71b7d 100644 --- a/spec/javascripts/header_spec.js +++ b/spec/javascripts/header_spec.js @@ -6,7 +6,7 @@ require('~/lib/utils/text_utility'); (function() { describe('Header', function() { var todosPendingCount = '.todos-pending-count'; - var fixtureTemplate = 'static/header.html.raw'; + var fixtureTemplate = 'issues/open-issue.html.raw'; function isTodosCountHidden() { return $(todosPendingCount).hasClass('hidden'); |