UNPKG

deardesi

Version:

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

12 lines (9 loc) 268 B
'use strict'; describe('myApp.version module', function() { beforeEach(module('myApp.version')); describe('version service', function() { it('should return current version', inject(function(version) { expect(version).toEqual('0.1'); })); }); });