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:
authorwinniehell <git@winniehell.de>2017-02-13 03:06:54 +0300
committerwinniehell <git@winniehell.de>2017-02-13 03:09:14 +0300
commit0f06d2646afc1bd5b445910829d3d13f04de9c94 (patch)
tree0c1db2a5f4fe406379f612e8e93ecd50cd90f5ac /spec/javascripts/header_spec.js
parent8a1441fb025bf9f46d42017e069382a44ade28d0 (diff)
Replace static fixture for header_spec.js (!9174)
Diffstat (limited to 'spec/javascripts/header_spec.js')
-rw-r--r--spec/javascripts/header_spec.js2
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');