client/app/components/app_service_test.js
author ymh <ymh.work@gmail.com>
Wed, 11 Jun 2014 01:26:59 +0200
changeset 0 cef349423167
permissions -rw-r--r--
add basic file org + client prototype

'use strict';

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