client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 09 Oct 2014 08:44:36 +0200
changeset 2 fc1ab0074e29
parent 1 1cdebfeb77f9
permissions -rw-r--r--
export config in config file + add static file

'use strict';

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