Commit 8f009e26 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Vanillajs: fix indentation in `ControllerSpec.js`

parent fc9fdea9
......@@ -176,6 +176,7 @@ describe('controller', function () {
title: 'another todo',
completed: false
}];
setUpModel(todos);
subject.setView('');
......@@ -191,6 +192,7 @@ describe('controller', function () {
title: 'my todo',
completed: true
}];
setUpModel(todos);
subject.setView('');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment