(function() { 'use strict'; describe('controllers', function(){ // var vm; beforeEach(module('angular')); beforeEach(inject(function() { // vm = _$controller_('MainController'); })); }); })();