summaryrefslogtreecommitdiff
path: root/spec/javascripts/graphs/stat_graph_spec.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-06 12:46:56 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-10 12:30:41 -0600
commiteb1bbe73d06dbb9419607c0882f2d6da7fe4428c (patch)
tree3945ff92961c7c663213ded2fb5e9a602da51569 /spec/javascripts/graphs/stat_graph_spec.js
parent0e4aaa06d3a83f66a90a6f084efc8742a4221d5f (diff)
downloadgitlab-ce-eb1bbe73d06dbb9419607c0882f2d6da7fe4428c.tar.gz
fix spec_helper missing/broken references
Diffstat (limited to 'spec/javascripts/graphs/stat_graph_spec.js')
-rw-r--r--spec/javascripts/graphs/stat_graph_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/graphs/stat_graph_spec.js b/spec/javascripts/graphs/stat_graph_spec.js
index a017f35831d..66c8c16a40f 100644
--- a/spec/javascripts/graphs/stat_graph_spec.js
+++ b/spec/javascripts/graphs/stat_graph_spec.js
@@ -1,6 +1,7 @@
/* eslint-disable quotes, padded-blocks, semi */
/* global StatGraph */
+require('../spec_helper');
require('graphs/stat_graph');
describe("StatGraph", function () {