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
path: root/spec
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-02 22:24:41 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-02 22:24:41 +0300
commit66f9086fbc8f68574d9754367a25157480b23e0e (patch)
treea398416855de19d7d9e2cfcf36eb07e7b5edf832 /spec
parented8b6ecb9d18ea53074b9c0402ee87c361661e16 (diff)
preload projects.json fixture
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/right_sidebar_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/javascripts/right_sidebar_spec.js b/spec/javascripts/right_sidebar_spec.js
index 942778229b5..3a01a534557 100644
--- a/spec/javascripts/right_sidebar_spec.js
+++ b/spec/javascripts/right_sidebar_spec.js
@@ -37,6 +37,8 @@
describe('RightSidebar', function() {
var fixtureName = 'issues/open-issue.html.raw';
preloadFixtures(fixtureName);
+ loadJSONFixtures('todos.json');
+
beforeEach(function() {
loadFixtures(fixtureName);
this.sidebar = new Sidebar;