1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-15 04:42:05 +00:00
ansible-playable/client/app/modals/video/video.controller.spec.js
2017-07-13 11:47:20 -04:00

17 lines
371 B
JavaScript

'use strict';
describe('Controller: VideoCtrl', function() {
// load the controller's module
beforeEach(module('webAppApp.video'));
var VideoCtrl;
// Initialize the controller and a mock scope
beforeEach(inject(function($controller) {
VideoCtrl = $controller('VideoCtrl', {});
}));
it('should ...', function() {
expect(1).to.equal(1);
});
});