client/app/app_controller_test.js
author rougeronj
Thu, 11 Jun 2015 15:38:19 +0200
changeset 171 903d6f504f71
parent 0 cef349423167
permissions -rw-r--r--
update the libraries of the client app

'use strict';

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