profile.controller.spec.js 223 Bytes
(function() {
  'use strict';

  describe('controllers', function(){
    // var vm;

    beforeEach(module('angular'));
    beforeEach(inject(function() {
      // vm = _$controller_('MainController');
    }));
  });
})();