summaryrefslogtreecommitdiff
path: root/spec/javascripts/graphs
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-06 17:21:54 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-10 12:30:43 -0600
commit52c6702ec708deedef189784cdcb39564b2dcf52 (patch)
tree02e9b66893a86ddf264d31f7f101f06e50055fd1 /spec/javascripts/graphs
parent05b95e712d1ea70d8658de42f7c87661e6937976 (diff)
downloadgitlab-ce-52c6702ec708deedef189784cdcb39564b2dcf52.tar.gz
include spec_helper within karma config rather than each individual test
Diffstat (limited to 'spec/javascripts/graphs')
-rw-r--r--spec/javascripts/graphs/stat_graph_contributors_graph_spec.js1
-rw-r--r--spec/javascripts/graphs/stat_graph_contributors_util_spec.js1
-rw-r--r--spec/javascripts/graphs/stat_graph_spec.js1
3 files changed, 0 insertions, 3 deletions
diff --git a/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js b/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
index b4d278dfe88..a914eda90bb 100644
--- a/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
+++ b/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
@@ -3,7 +3,6 @@
/* global ContributorsGraph */
/* global ContributorsMasterGraph */
-require('../spec_helper');
require('graphs/stat_graph_contributors_graph');
describe("ContributorsGraph", function () {
diff --git a/spec/javascripts/graphs/stat_graph_contributors_util_spec.js b/spec/javascripts/graphs/stat_graph_contributors_util_spec.js
index 8323fcff02d..4f82e1c46db 100644
--- a/spec/javascripts/graphs/stat_graph_contributors_util_spec.js
+++ b/spec/javascripts/graphs/stat_graph_contributors_util_spec.js
@@ -1,7 +1,6 @@
/* eslint-disable quotes, padded-blocks, no-var, camelcase, object-curly-spacing, semi, indent, object-property-newline, comma-dangle, comma-spacing, spaced-comment, max-len, key-spacing, vars-on-top, quote-props, no-multi-spaces */
/* global ContributorsStatGraphUtil */
-require('../spec_helper');
require('graphs/stat_graph_contributors_util');
describe("ContributorsStatGraphUtil", function () {
diff --git a/spec/javascripts/graphs/stat_graph_spec.js b/spec/javascripts/graphs/stat_graph_spec.js
index 66c8c16a40f..a017f35831d 100644
--- a/spec/javascripts/graphs/stat_graph_spec.js
+++ b/spec/javascripts/graphs/stat_graph_spec.js
@@ -1,7 +1,6 @@
/* eslint-disable quotes, padded-blocks, semi */
/* global StatGraph */
-require('../spec_helper');
require('graphs/stat_graph');
describe("StatGraph", function () {