(function() { 'use strict'; describe('controllers', function(){ beforeEach(module('dialoga')); // it('should define more than 5 awesome things', inject(function($controller) { // var vm = $controller('InicioPageController'); // expect(angular.isArray(vm.awesomeThings)).toBeTruthy(); // expect(vm.awesomeThings.length > 5).toBeTruthy(); // })); }); })();