client/app/app_controller_test.js
author cavaliet
Thu, 09 Oct 2014 15:25:56 +0200
changeset 7 813fec862542
parent 1 1cdebfeb77f9
permissions -rw-r--r--
little correction

'use strict';

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