super-productivity/app-src/scripts/dialogs/task-selection/task-selection-c.spec.js
2017-11-25 14:45:41 +01:00

23 lines
578 B
JavaScript

//'use strict';
//
//describe('Controller: TaskSelectionCtrl', function () {
//
// // load the controller's module
// beforeEach(module('superProductivity'));
//
// var TaskSelectionCtrl;
// var scope;
//
// // Initialize the controller and a mock scope
// beforeEach(inject(function ($controller, $rootScope) {
// scope = $rootScope.$new();
// TaskSelectionCtrl = $controller('TaskSelectionCtrl', {
// $scope: scope
// // place mocked dependencies here
// });
// }));
//
// it('should ...', function () {
// expect(true).toBe(true);
// });
//});