client/app/app_controller_test.js
author rougeronj
Fri, 22 May 2015 17:41:19 +0200
changeset 93 4b167851ee7d
parent 0 cef349423167
permissions -rw-r--r--
Starting a better management of the 'models' and the requests

'use strict';

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