client/app/components/app_service_test.js
author rougeronj
Wed, 27 May 2015 19:02:43 +0200
changeset 99 c7c424e9eed5
parent 0 cef349423167
permissions -rw-r--r--
refactor the ammicoApi service and put it into a specific module (ammicoCommon). Use factory to serve the resources

'use strict';

describe("app_service_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})