client/app/app_controller_test.js
author cavaliet
Tue, 21 Oct 2014 12:14:05 +0200
changeset 50 5ff6273e3626
parent 1 1cdebfeb77f9
permissions -rw-r--r--
optimisation, again.

'use strict';

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