From 66f9086fbc8f68574d9754367a25157480b23e0e Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 2 Feb 2017 13:24:41 -0600 Subject: [PATCH] preload projects.json fixture --- spec/javascripts/right_sidebar_spec.js | 2 ++ 1 file changed, 2 insertions(+) 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; -- GitLab