client/app/app_controller_test.js
author cavaliet
Tue, 28 Oct 2014 15:31:55 +0100
changeset 77 1b578edc1578
parent 1 1cdebfeb77f9
permissions -rw-r--r--
factorize code

'use strict';

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