UNPKG

deardesi

Version:

A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform

16 lines (11 loc) 319 B
'use strict'; describe('myApp.view2 module', function() { beforeEach(module('myApp.view2')); describe('view2 controller', function(){ it('should ....', inject(function($controller) { //spec body var view2Ctrl = $controller('View2Ctrl'); expect(view2Ctrl).toBeDefined(); })); }); });