client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:16:35 +0200
changeset 123 bd83fbd445ca
parent 0 cef349423167
permissions -rw-r--r--
src are not at repo root folder, again

'use strict';

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