summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-02-16 13:55:36 +0100
committerJames Lopez <james@jameslopez.es>2017-02-16 13:55:36 +0100
commit121c8af049a1d1dc9888cb7a3819a4e0dda9c8af (patch)
treea5188691c12955ce861f844434ee78714209d5b9
parent2917d042c295cffb2ea1d131fa33c4ebc2510eda (diff)
downloadgitlab-ce-8-16-random-fix.tar.gz
random attempt to fix teaspoon error8-16-random-fix
-rw-r--r--spec/javascripts/smart_interval_spec.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/smart_interval_spec.js.es6 b/spec/javascripts/smart_interval_spec.js.es6
index 39d236986b9..1b7ca97cde4 100644
--- a/spec/javascripts/smart_interval_spec.js.es6
+++ b/spec/javascripts/smart_interval_spec.js.es6
@@ -103,7 +103,7 @@
describe('DOM Events', function () {
beforeEach(function () {
// This ensures DOM and DOM events are initialized for these specs.
- setFixtures('<div></div>');
+ fixture.set('<div></div>');
this.smartInterval = createDefaultSmartInterval();
});